From owner-freebsd-hackers Thu Feb 1 13:52:03 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03269 for hackers-outgoing; Thu, 1 Feb 1996 13:52:03 -0800 (PST) Received: from vulture.dmem.strath.ac.uk (vulture.dmem.strath.ac.uk [130.159.232.158]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA03254 for ; Thu, 1 Feb 1996 13:51:58 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by vulture.dmem.strath.ac.uk (8.6.12/8.6.9) with SMTP id VAA10294 for ; Thu, 1 Feb 1996 21:52:04 GMT Message-Id: <199602012152.VAA10294@vulture.dmem.strath.ac.uk> X-Authentication-Warning: vulture.dmem.strath.ac.uk: Host localhost didn't use HELO protocol To: hackers@FreeBSD.org Subject: Re: Pentium gcc port done Date: Thu, 01 Feb 1996 21:52:04 +0000 From: "/home/nbc/.mail.sig" Sender: owner-hackers@FreeBSD.org Precedence: bulk OK, here are some quick povray benchmarks; Not too bad eh! Neil --- standard port distribution CFLAGS = -O /usr/bin/time povray +I lamp.pov +W320 +H256 -D +A 232.54 real 138.94 user 0.14 sys --- standard port with -mpentium CFLAGS = -O -mpentium /usr/bin/time povray +I lamp.pov +W320 +H256 -D +A 86.81 real 81.91 user 0.22 sys --- standard port with more opts. CFLAGS = -O3 -mpentium -fomit-frame-pointer /usr/bin/time povray +I lamp.pov +W320 +H256 -D +A 84.29 real 79.05 user 0.14 sys