[Bug tree-optimization/79224] [7 Regression] Large C-Ray slowdown

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Feb 7 00:22:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79224

--- Comment #5 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
The issue is that we no longer inline all calls to ray_sphere which is the
inlining that matters.  Declaring  trace noinline or ray_sphere always_inline
helps.


More information about the Gcc-bugs mailing list