Hacker News new | ask | show | jobs
by userbinator 4368 days ago
Those extra instructions shouldn't be necessary even when debugging, since that's what the -g option is for; to generate information the debugger can use: http://yosefk.com/blog/getting-the-call-stack-without-a-fram...

When optimisation is enabled, all extraneous instructions should disappear.