[Bug optimization/12655] [tree-ssa] Excessive memory usage---32-bit virtual memory exhausted
amacleod at redhat dot com
gcc-bugzilla@gcc.gnu.org
Tue Nov 18 15:45:00 GMT 2003
------- 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
More information about the Gcc-bugs
mailing list