aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-26 22:03:31 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-26 22:03:31 -0700
commit7a840e573cdc0abbca3c1dbf639797082b5124c8 (patch)
treecdda28728751a909223b9e8545360c2c9f42ae25 /src/compiler.js
parent9dae0267e8a9ac0c28c10247aa46211d84f7e18f (diff)
intertyper profiler
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js2
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) {