diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-09-27 14:25:47 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-09-27 15:02:34 -0700 |
commit | 6cf78084545fca66bac20a047e01312077e0ed7f (patch) | |
tree | 8e7430f12a567cd35628900f939f21ffaea0f456 /src/compiler.js | |
parent | 2d45e5d75b9d7b475256415cc2c28225b89d6129 (diff) |
fast-path simple geps
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 2 |
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; |