[Bug tree-optimization/81540] tree-switch-conversion leads to code bloat

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 25 09:35:00 GMT 2017


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Estimating the size for non-switch converted switches is going to be really
hard.
Anyway, isn't -Os about code size (which is shorter when switch converted)
rather than total size of all sections?


More information about the Gcc-bugs mailing list