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++/37592] compiler gives up optimizing even on 64bit systems (GCSE disabled, jump bypassing disabled)



------- Comment #2 from pinskia at gcc dot gnu dot org  2008-09-19 20:41 -------
Also it is not just about memory but also compile time.  GCSE (PRE) is O(BBs *
Regs).


-- 


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


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