aboutsummaryrefslogtreecommitdiff
path: root/src/compiler.js
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-09-27 14:25:47 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-09-27 15:02:34 -0700
commit6cf78084545fca66bac20a047e01312077e0ed7f (patch)
tree8e7430f12a567cd35628900f939f21ffaea0f456 /src/compiler.js
parent2d45e5d75b9d7b475256415cc2c28225b89d6129 (diff)
fast-path simple geps
Diffstat (limited to 'src/compiler.js')
-rw-r--r--src/compiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler.js b/src/compiler.js
index 24136551..06cbcd1f 100644
--- a/src/compiler.js
+++ b/src/compiler.js
@@ -275,7 +275,7 @@ function compile(raw) {
JSify(analyzed);
//dumpInterProf();
- //printErr('Paths (fast, slow): ' + [fastPaths, slowPaths]);
+ //printErr(phase + ' paths (fast, slow): ' + [fastPaths, slowPaths]);
phase = null;