Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

10
  • 8
    inline is just a suggestion. It's not a requirement. If you want to force it to inline, see: stackoverflow.com/questions/8381293/… Commented Jun 11, 2014 at 18:44
  • 4
    @Mysticial this isn't jumping to a function or anywhere useful, however. It jumps to the next line. Commented Jun 11, 2014 at 18:46
  • 3
    @JanDvorak Looks like the OP didn't turn on optimizations. Commented Jun 11, 2014 at 18:46
  • 1
    @Mysticial That can explain those useless argument moves, but where has the addition gone? Also, how did GCC produce this? Commented Jun 11, 2014 at 18:48
  • 1
    @JanDvorak lol, dead code. I guess GCC still does some things even without optimizations. Commented Jun 11, 2014 at 18:49