Hacker News new | ask | show | jobs
by saagarjha 2069 days ago
Yes, it is. Do you have a specific question?
1 comments

I think their question was this: how is it that I can step through and see the expected changes to my variables, given that the optimiser is permitted to re-order/elide/restructure my code?
You will not see the expected changes and stepping through will jump around erratically. Often you will be unable to print the value of a variable because it has been optimised out.