diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js index 77abd53b..94197390 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -274,6 +274,8 @@ function compile(raw) { intertyped = null; JSify(analyzed); + //dumpInterProf(); + phase = null; if (DEBUG_MEMORY) { |