Hacker News new | ask | show | jobs
by Gibbon1 3412 days ago
I read this as, will confuse the snot out of hapless newbie programmers trying to learn C via stepping though their code in an IDE. While providing no practical benefit to programmers writing production code.
1 comments

It is necessary in order for the compiler to do transformation optimizations which do impact production code. Newbies shouldn't be writing production code without guidance anyways IMO.
Newbies should probably turn off optimization entirely.
No argument there, or at the very least whole program optimizations