https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116191
Andi Kleen <andi-gcc at firstfloor dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andi-gcc at firstfloor dot org
--- Comment #2 from Andi Kleen <andi-gcc at firstfloor dot org> ---
I suppose it depends on the programing style if it's a good idea. Sometimes
inlining allows to constant propagate and collapse a lot of code, and you
definitely want that for cold code too.
