[Bug tree-optimization/26854] Inordinate compile times on large routines
steven at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Dec 20 00:02:00 GMT 2007
------- Comment #39 from steven at gcc dot gnu dot org 2007-12-20 00:02 -------
We badly need a way to track memory in DF. Because DF uses alloc_pools for
almost all its data structures, the memory statistics are only recorded if you
configure with --gather-detailed-mem-stats. I think it would be good if the DF
problems would report an estimate of their memory usage in the dump files, or
if a function would be available that you can call from GDB to give such an
estimate.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26854
More information about the Gcc-bugs
mailing list