delorie.com/archives/browse.cgi | search |
From: | "Alexei A. Frounze" <dummy_addressee AT hotmail DOT com> |
Newsgroups: | comp.os.msdos.djgpp |
Subject: | Re: Now Slower? |
Date: | Fri, 23 Feb 2001 23:07:29 -0500 |
Lines: | 24 |
Message-ID: | <977bvg$nta93$1@ID-57378.news.dfncis.de> |
References: | <3A97302F DOT 7561 AT earthlink DOT net> |
NNTP-Posting-Host: | ip15.rochester6.ny.pub-ip.psi.net (38.26.84.15) |
X-Trace: | fu-berlin.de 982987569 25078051 38.26.84.15 (16 [57378]) |
X-Priority: | 3 |
X-MSMail-Priority: | Normal |
X-Newsreader: | Microsoft Outlook Express 5.50.4133.2400 |
X-MimeOLE: | Produced By Microsoft MimeOLE V5.50.4133.2400 |
To: | djgpp AT delorie DOT com |
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
Reply-To: | djgpp AT delorie DOT com |
"Joe Wright" <joewwright AT earthlink DOT net> wrote in message news:3A97302F DOT 7561 AT earthlink DOT net... > Several years ago I downloaded DJGPP V2 with gcc 2.7.2.1 and have been > completely pleased and almost ecstatic about the whole thing. Yesterday > I downloaded the 'new' stuff with gcc at 2.952 and I find it creates > larger executables which run slower. I've never had any trouble with > the 'old' one. Why should I use the 'new' one? Perhaps because it's better? :) Anyway, are you sure you don't forget to enable optimizations (e.g. -O2 or something more sophisticated)? Are you sure you strip off unwanted debug information in order to get smaller EXE (e.g. strip.exe myprog.exe or even using a command line parameter for GCC or LD - don't remember, sorry)? Good Luck -- Alexei A. Frounze alexfru [AT] chat [DOT] ru http://alexfru.chat.ru http://members.xoom.com/alexfru/ http://welcome.to/pmode/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |