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: RFA: patch to solve PR38583


Vladimir Makarov wrote:
> The following patch solves PR38583.  The details of the problem can be
> found on
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38583
> 
> In brief, gcc4.4 (with IRA or the old RA) needs more 9GB memory to
> compile the test in question in comparison with 2.5Gb for gcc4.3.

A default value of 2000 is going to kill 32-bit hosts anyway.  What
about making it 500 or 1000?  Would it trigger for any other known
memory-hog testcases?

Paolo


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