[Bug rtl-optimization/59639] Code in a cold basic block is not pushed to .text.unlikely
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Dec 30 18:43:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59639
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|tree-optimization |rtl-optimization
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The option you want is -freorder-blocks-and-partition but it only does
something when there are real profiling info (aka
-fprofile-generate/-fprofile-use).
More information about the Gcc-bugs
mailing list