[Bug tree-optimization/26830] [4.1/4.2 Regression] Insane amount of compile-time / memory needed at -O1 and above
bonzini at gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Mar 30 14:04:00 GMT 2006
------- Comment #21 from bonzini at gnu dot org 2006-03-30 14:04 -------
Patch bootstrapped, regtesting in progress. With checking enabled I have this
which is not bad at all.
tree PHI insertion : 49.68 ( 5%)
tree SSA rewrite : 63.75 ( 7%)
tree SSA incremental : 4.75 ( 1%)
dominator optimization: 12.66 ( 1%)
tree loop init : 6.25 ( 1%)
tree SSA uncprop : 7.68 ( 1%)
tree SSA verifier : 214.56 (24%)
tree STMT verifier : 197.87 (22%)
expand : 21.19 ( 2%)
loop analysis : 10.96 ( 1%)
global alloc : 276.20 (30%) <-- i think this is due to
ENABLE_CHECKING
We still consume more than a GB of memory though.
--
bonzini at gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|unassigned at gcc dot gnu |bonzini at gnu dot org
|dot org |
Status|NEW |ASSIGNED
Last reconfirmed|2006-03-24 14:16:42 |2006-03-30 14:04:12
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26830
More information about the Gcc-bugs
mailing list