There's more problem to Debug Mode. (1) it always zero initialize data, so it cannot catch uninitialized bugs. (2) Loops are limited to 100 iterations if it has no side effect, so programmers may write unnecessary side effects until a compiler could solve the halting problem. (3) Assertions cannot fail.
No comments:
Post a Comment