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/12392] very long optimized compile


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-11-21 04:53 -------
With the mainline on ppc-darwin we have a huge problem in the scheduler:
 scheduling            : 131.99 (44%) usr  52.35 (75%) sys 231.63 (46%) wall

PRE (GCSE) is also a problem too:
 PRE                   :  38.78 (13%) usr   1.82 ( 3%) sys  73.43 (15%) wall

For the scheduler at least we have linked lists which we allocate a lot of.

-- 


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


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