Y
Hacker News
new
|
ask
|
show
|
jobs
by
simcop2387
5051 days ago
In this case I suspect it's dealing with compiler optimizations. The first one is being optimized out since it produces no side effects and the return isn't used anywhere. How to work around this I have no idea.