Changes between Version 3 and Version 4 of Debugging/RuntimeSystem
- Timestamp:
- 08/24/10 04:49:08 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Debugging/RuntimeSystem
v3 v4 30 30 -Dc DEBUG: program coverage 31 31 }}} 32 Of these, `-DS` (sanity checking) is special. It switches on a rather expensive heap-consistency check which runs after every garbage collection. Your program will run a lot slower, but it helps when tracking down garbage-collection errors.32 Of these, `-DS` (sanity checking) is special. It switches on lots of expensive consistency checks, including a full heap consistency check which runs after every garbage collection. Your program will run a lot slower, but it helps when tracking down garbage-collection errors. 33 33 34 34 == Debugging memory leaks ==
