aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-27 13:15:17 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-27 13:15:17 -0700
commit2d45e5d75b9d7b475256415cc2c28225b89d6129 (patch)
tree4ffc4ff16a18f60242fc8a31177c0fa17e75dbd9 /src/compiler.js
parentc2560b71f88d68ec6817f44729cd97517eda512d (diff)
intertyper fast paths setup and proof of concept
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 94197390..24136551 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -275,6 +275,7 @@ function compile(raw) {
JSify(analyzed);
//dumpInterProf();
+ //printErr('Paths (fast, slow): ' + [fastPaths, slowPaths]);
phase = null;