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: linux 2.1.117 built with egcs-1.1 19980823



  In message <19980826115651.A1747@dot.cygnus.com>you write:
  > On Mon, Aug 24, 1998 at 08:31:33PM +0200, Andi Kleen wrote:
  > > I'm not sure why the data segment grows, did egcs change anything that 
  > > could explain that? (exceptions are turned off of course)
  > 
  > The only thing that comes to mind for the data segment is if 
  > reload is now spilling constants to constant memory for some
  > reason.  Can you see what might be in .rodata or such?
Ah.  Interesting thought.  force_const_mem can be called from reload.

Yea, definitely check if the size of the readonly data got larger
vs the size of the normal data area.

jeff


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