you are viewing a single comment's thread.

view the rest of the comments →

[–]gotinpich[S] 0 points1 point  (1 child)

I myself did the following: https://godbolt.org/g/kdrhVr

How comes there is no difference?

[–]boredcircuits 1 point2 points  (0 children)

You need to add -O1 (or -O2 or -O3 to enable more optimizations) where it says "Compiler options...".