Hacker News new | ask | show | jobs
by lawnchair_larry 4442 days ago
Did you enable optimization? I know first hand that GCC will optimize something similar out in many cases.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8537

1 comments

Yes, I compiled with -O3.