diff options
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 |