This is the mail archive of the gcc-bugs@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]

[Bug middle-end/37448] [4.3 Regression] gcc 4.3.1 cannot compile big function



------- Comment #14 from lucier at math dot purdue dot edu  2008-09-18 01:30 -------
Created an attachment (id=16351)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=16351&action=view)
detailed memory stats with checking enabled and long statistic counters

I reran the test problem with checking enabled and this patch, which changes
the memory statistic counters from int to long, installed:

http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01270.html

So we see that 5,272,694,920 bytes are allocated in alloc_pools, and
331,198,680 btytes are allocated in bitmaps.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37448


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