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 optimization/12655] [tree-ssa] Excessive memory usage---32-bit virtual memory exhausted


------- Additional Comments From amacleod at redhat dot com  2003-11-18 15:45 -------
My compile times indicate that for mainline it takes 930 seconds to compile with
-O2.
Tree-ssa with -fno-tree-pre compiles it in 73 seconds.

with PRE, it compiles in 165 seconds now. 

So PRE is definately better than it was, and both are WAY better than mainline :-).

Mainline is spending over 80% of its time in regstack...

-fno-tree-pre can compile it in 107 seconds at -O3


-- 


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


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