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]

Re: PATCH for CSE speedup


>>>>> "Richard" == Richard Henderson <rth@cygnus.com> writes:

    Richard> Therein, cse1 allocates 187MB worth of rtl, trying to see
    Richard> if it might help.  Then cse2 does the same and we've got
    Richard> 313MB to lug about through the rest of the function
    Richard> compilation.

Yes, I wouldn't expect any memory improvements, except that less
alloca'd stack-space will be used.

    Richard> But I agree that this is very worth while nontheless.

May I take that as a check-in approval?

-- 
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


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