From owner-freebsd-emulation Tue Jan 21 20:21:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA11288 for emulation-outgoing; Tue, 21 Jan 1997 20:21:04 -0800 (PST) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA11279 for ; Tue, 21 Jan 1997 20:20:58 -0800 (PST) Received: from solsbury-hill.home (acc4-ppp25.mel.interconnect.com.au [210.8.0.89]) by tulpi.interconnect.com.au with ESMTP id PAA05038 (8.7.6/IDA-1.6 for ); Wed, 22 Jan 1997 15:20:50 +1100 (EST) Received: from localhost (suttonj@localhost) by solsbury-hill.home (8.7.5/8.7.3) with SMTP id PAA05090 for ; Wed, 22 Jan 1997 15:20:46 +1100 (EST) Date: Wed, 22 Jan 1997 15:20:45 +1100 (EST) From: Joel Sutton X-Sender: suttonj@solsbury-hill.home Reply-To: Joel Sutton To: emulation@freebsd.org Subject: pcemu 1.93pre compiler optimisations Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-emulation@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I was mucking about with pcemu today and I compiled it with the following options (despite what it said in the readme): -O3 -fomit-frame-pointer -ffast-math I found that it made a huge improvement to the speed of the emulator. It even made MS Word for dos usable (if that's the right word :->) and it hasn't died so far. Has anyone else tried any optimisation options and had any success??? Perhaps someone could give a more scientific view of the options I used, as I chose them with the pot-luck principle (:->). BTW, I'm using 2.1.5R on a P133 with pgcc. Cheers, Joel...