[Bug other/35858] [4.3 Regression] time/memory hog for large c++ source.

2008-06-24 Thread rguenth at gcc dot gnu dot org
--- Comment #11 from rguenth at gcc dot gnu dot org 2008-06-24 12:46 --- Yes. Fixed for 4.3.2. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug other/35858] [4.3 Regression] time/memory hog for large c++ source.

2008-06-24 Thread pluto at agmk dot net
--- Comment #10 from pluto at agmk dot net 2008-06-24 12:17 --- (In reply to comment #9) > 4.3.0: 334s 1.6GB > trunk: 62.20s 640MB > trunk with SFTs: 327s 1.2GB > > so, fixed for 4.4.0. current 4.3 branch stats: -O1 -g0 : ~615MB, 0m58s -O2 -g0 : ~935MB, 2m13s looks far better than 4.

[Bug other/35858] [4.3 Regression] time/memory hog for large c++ source.

2008-04-30 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2008-04-30 13:57 --- 4.3.0: 334s 1.6GB trunk: 62.20s 640MB trunk with SFTs: 327s 1.2GB so, fixed for 4.4.0. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added -