This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs build report


mrs@wrs.com (Mike Stump) writes:

|> > From: N8TM@aol.com
|> > Date: Fri, 19 Jun 1998 09:07:05 EDT
|> 
|> > In a message dated 6/19/98 1:52:45 AM Pacific Daylight Time,
|> > tomh@taz.ccs.fau.edu writes:
|> 
|> > does -g impact the performance of -O?
|> 
|> No.  -g isn't supposed to alter the program one bit.

Unfortunately, this not true any more with DWARF2 debugging, because that
also enables generation of frame unwind information, which is part of the
program image (not the text segment, but it still alters the data
segment).

-- 
Andreas Schwab                                      "And now for something
schwab@issan.informatik.uni-dortmund.de              completely different"
schwab@gnu.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]