diff options
author | alon@honor <none@none> | 2010-09-05 14:01:43 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-05 14:01:43 -0700 |
commit | 33059350a3a86885dd4c73f3219162ec54d4c0d5 (patch) | |
tree | b81fb0dbfccbede859b7ab2fff0738ff83c51af6 /src | |
parent | 9b1f6f9cf2b769f32178bebf46dc5390f82355c9 (diff) |
sauer cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/parser.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.js b/src/parser.js index 0a8c063c..beb66ac9 100644 --- a/src/parser.js +++ b/src/parser.js @@ -2086,6 +2086,7 @@ function JSify(data) { } // 'assign' + // SLOW?! XXX FIXME These two account for most of the runtime in sauer!? 34&25 seconds respectively substrate.addZyme('AssignSplitter', makeSplitter('intertype', 'assign', 'JS', 'value', ['funcData'])); substrate.addZyme('AssignCombiner', makeCombiner('intertype', 'assign', 'JS', 'JS', function (item) { // 'var', since this is SSA - first assignment is the only assignment, and where it is defined |