[Bug middle-end/38474] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )

steven at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Dec 15 21:54:00 GMT 2008



------- Comment #14 from steven at gcc dot gnu dot org  2008-12-15 21:53 -------
For the inline heuristics, almost all time is also spent in stack slot related
stuff. The culprit is estimate_stack_frame_size (or actually,
add_alias_set__conflicts) in cfgexpand.c.
(What are we doing in cfgexpand anyway, for inlining?!?)


-- 


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



More information about the Gcc-bugs mailing list