Comment on What Have We Learned from the PDP-11?parentComments−syrrim8yIn assembly, you don't have to worry about pesky optimizations speeding up your code at all. A similar effect can be achieved in C by not manually enabling optimizations.−dangerface8y"A similar effect can be achieved in C by not manually enabling optimizations."Good luck with that.
Comments
In assembly, you don't have to worry about pesky optimizations speeding up your code at all. A similar effect can be achieved in C by not manually enabling optimizations.
"A similar effect can be achieved in C by not manually enabling optimizations."
Good luck with that.