------- 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