From: N8TM AT aol DOT com Subject: Re: Performance and executable size 5 Dec 1998 14:08:23 -0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: thanny AT home DOT com, gnu-win32 AT cygnus DOT com In a message dated 12/5/98 2:49:50 AM Pacific Standard Time, thanny AT home DOT com writes: << I downloaded the EGCS 1.1 files, and managed to compile my program. It works, but it's 625K, and horrifically slow. Is there anything I can do to remedy this? >> It would help if you would give some specifics. It's possible that you are over-optimizing; the option -Os (and, depending on language, cleanliness of code, etc. possibly -fstrict-aliasing) might work better than whatever options you used with older compilers. - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".