[Bug middle-end/38474] slow compilation at -O0 (callgraph optimization, inline heuristics, expand )
jv244 at cam dot ac dot uk
gcc-bugzilla@gcc.gnu.org
Tue Dec 16 16:19:00 GMT 2008
------- Comment #25 from jv244 at cam dot ac dot uk 2008-12-16 16:17 -------
doing some more profiling, the -O0 problem is to a large extend due to
compute_inline_parameters and estimate_stack_frame_size. Spending 10-30min just
on estimating the stack_frame_size on something that can't be reasonably
inlined anyways seems a waste.
--
jv244 at cam dot ac dot uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38474
More information about the Gcc-bugs
mailing list