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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note if you are doing code size comparison, then looking at the # of
instructions for a target like x86 is not the way to go. You need to actually
look at the assembled instruction output.

In the case of using godbolt, you can use "compile to binary object" to do
exactly that.

Reply via email to