This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: More CSELIB memory reduction


> Jan Hubicka <jh@suse.cz> writes:
> 
> > > On Thu, 22 Jan 2004, Richard Henderson wrote:
> > > > On Fri, Jan 23, 2004 at 03:06:35AM +0100, Jan Hubicka wrote:
> > > >> 	* cselib.c (value_pool): New.
> > > >> 	(new_cselib_val): Use pool.
> > > >> 	(cselib_init): Initialize value_pool
> > > >> 	(cselib_finish): Free pool.
> 
> > My plan is to wait a week with them being on mainline and if it does not
> > break in some  interesting way, I will collect the patches and ask for
> 
> Unfortunately, this patch breaks mainline bootstrap on both
> sparc-sun-solaris2.8 and mips-sgi-irix6.5:

Hi,
I've got to reproduce crash on SGI machine.  It is quite interesting as
it dies in cselib, but if I add memset clearing out each released
element, we die much ealier in ET trees.  I am looking into it.

Honza


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