Hacker News new | ask | show | jobs
by hwpythonner 425 days ago
Try compiling with optimizations. I think by default this site doesn't add optimization flags.

Here what happens with optimizations: https://godbolt.org/z/G18zd7chP

Look at the registers usages vs stack

1 comments

Got it! Thanks for the link.