X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 20 Feb 2004 19:05:53 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp AT delorie DOT com Message-Id: <9451-Fri20Feb2004190553+0200-eliz@elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <1t3a30d4ia5mq2vqnqqofhopqkqreafpu4@4ax.com> (message from Brian Inglis on Thu, 19 Feb 2004 20:02:30 GMT) Subject: Re: Cross Platform Incompatabilites? - code fragments References: <3 DOT 0 DOT 1 DOT 16 DOT 20040216231142 DOT 38e7a7cc AT earthlink DOT net> <1t3a30d4ia5mq2vqnqqofhopqkqreafpu4 AT 4ax DOT com> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Brian Inglis > Newsgroups: comp.os.msdos.djgpp > Date: Thu, 19 Feb 2004 20:02:30 GMT > > OTOH particularly if you compile with debugging enabled (-g), all > results may be stored and reloaded from memory locations on every > operation, resulting in bit loss on every operation, especially on > register poor platforms like i86 systems. Not with GCC: the code emitted by GCC is not affected by the presence or absence of the -g switch. The amount of the debug info is affected by -g, but the code is the same.