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 c++/19614] Excessive memory consumption with a class with large (200) virtual (pure?) function and derived classes



------- Comment #13 from rguenth at gcc dot gnu dot org  2007-09-20 14:24 -------
Still a frontend only issue.  At -O2 we have

 parser                :  13.57 (85%) usr   0.62 (58%) sys  14.08 (83%) wall 
536975 kB (90%) ggc
 TOTAL                 :  15.91             1.07            17.00            
595601 kB

and virtual memory peaks at 370MB.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2005-01-27 13:24:29         |2007-09-20 14:24:50
               date|                            |


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


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