diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js index fd96386c..c6059f29 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -102,3 +102,10 @@ raw = null; JSify(analyzer(intertyper(lines))); +if (DEBUG_MEMORY) { + print('zzz. last gc: ' + gc()); + MemoryDebugger.dump(); + print('zzz. hanging now!'); + while(1){}; +} + |