This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: linux 2.1.117 built with egcs-1.1 19980823
- To: Richard Henderson <rth at cygnus dot com>
- Subject: Re: linux 2.1.117 built with egcs-1.1 19980823
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Wed, 26 Aug 1998 15:36:59 -0600
- cc: Andi Kleen <ak at muc dot de>, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
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