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: tree inlining and alloca


On Sat, 16 Nov 2002, Geoff Keating wrote:
>> I've just noticed that my callgraph inlinig patch causes SPEC2000 GCC
>> to require 2GB of memory instead of 256MB it required previously.  The
>> reason is that function that does use alloca got inlined so the alloca
>> blocks are not garbagecollected as the programmer intended and we
>> allocate O(n^4) instead of O(n^2) memory!
>> [...]
>> Bootstrap/regtesting on mainline in progress.  OK if it passes?
>> What about 3.2 branch?
> OK for mainline.  I think 3.2 branch is closed.

No longer. ;-)

Is Jan's patch fine for 3.2.2?

Gerald
-- 
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/


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