[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2014-01-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42175 Richard Biener changed: What|Removed |Added Status|NEW |RESOLVED Known to work|

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2010-01-03 Thread rakdver at kam dot mff dot cuni dot cz
--- Comment #8 from rakdver at kam dot mff dot cuni dot cz 2010-01-03 19:37 --- Subject: Re: Slow compile and much memory use at -O1 > --- Comment #7 from rguenth at gcc dot gnu dot org 2010-01-03 17:03 > --- > Well, obviously it is because > > template > gmic& gmi

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2010-01-03 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2010-01-03 17:03 --- Well, obviously it is because template gmic& gmic::parse(...) { ... while (positionhttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=42175

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2010-01-03 Thread rguenth at gcc dot gnu dot org
--- Comment #6 from rguenth at gcc dot gnu dot org 2010-01-03 16:52 --- Maybe Zdenek has an idea why RTL LIM is so slow. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2009-11-27 Thread rguenth at gcc dot gnu dot org
--- Comment #5 from rguenth at gcc dot gnu dot org 2009-11-27 12:38 --- With -O1 -fno-move-loop-invariants we get TOTAL : 83.46 2.1785.63 1650809 kB -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42175

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2009-11-27 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-11-27 12:13 --- At -O2 gcc 4.4 uses about 2.7GB ram and shows: Execution times (seconds) df reaching defs : 30.13 ( 6%) usr 7.70 (73%) sys 39.01 ( 8%) wall 0 kB ( 0%) ggc df live regs : 14.44 ( 3%) usr

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2009-11-27 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-11-27 11:58 --- 4.5 shows at -O1: Execution times (seconds) garbage collection: 1.66 ( 1%) usr 0.05 ( 0%) sys 1.73 ( 1%) wall 0 kB ( 0%) ggc callgraph construction: 0.11 ( 0%) usr 0.00 ( 0%) sys 0.13 ( 0%) w

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2009-11-25 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-11-25 16:41 --- With the current 4.4 branch I see loop analysis : 116.95 (44%) usr 0.02 ( 0%) sys 117.11 (42%) wall 11269 kB ( 1%) ggc TOTAL : 266.16 8.09 277.29 198880

[Bug rtl-optimization/42175] Slow compile and much memory use at -O1

2009-11-25 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2009-11-25 16:29 --- Created an attachment (id=19149) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=19149&action=view) testcase Testcase from gmic. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42175