diff options
Diffstat (limited to 'src/compiler.js')
-rw-r--r-- | src/compiler.js | 1 |
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; |