[Bug tree-optimization/30089] Compiling FreeFem3d uses unreasonable amount of time and memory

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Dec 7 12:41:00 GMT 2006



------- Comment #5 from rguenth at gcc dot gnu dot org  2006-12-07 12:40 -------
Numbers with mainline r119612 are

FiniteElementMethod.cpp: 346MB, 46.86s
parse.ff.cc: 1GB, 1236.53s

so actually the latter is the biggest offender here ;)  The compiler was built
with release checking (but not bootstrapped, built with gcc 4.1.2).  Flags
for building parse.ff.cc are -O2 -fno-strict-aliasing (in case this makes
a difference).


-- 


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



More information about the Gcc-bugs mailing list