------- Comment #12 from rguenth at gcc dot gnu dot org  2006-10-13 11:05 
-------
-O2 -ftime-report:

Execution times (seconds)
 parser                :  11.82 (14%) usr   0.54 (15%) sys  12.81 (14%) wall 
254865 kB (62%) ggc
 name lookup           :  62.00 (74%) usr   3.04 (82%) sys  64.50 (73%) wall 
123819 kB (30%) ggc
 varconst              :   7.37 ( 9%) usr   0.00 ( 0%) sys   7.50 ( 8%) wall   
2369 kB ( 1%) ggc
 TOTAL                 :  84.28             3.71            88.39            
411895 kB

! (profile was also -O2)

Not too much code is generated by the testcase (-O2):

> size main.o 
   text    data     bss     dec     hex filename
  21680       4      76   21760    5500 main.o


-- 


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

Reply via email to