Hacker News new | ask | show | jobs
by RDeckard 3433 days ago
Optimizations are still on in checked builds.
1 comments

From the MSDN article I linked:

> Many compiler optimizations (such as stack frame elimination) are disabled in the checked build. This makes it easier to understand disassembled machine instructions, and therefore it is easier to trace the cause of problems in system software.