d34faba59e
The expectation deduplication algorithm called |Array.prototype.splice| to eliminate each individual duplication, which was slow. This caused problems with grammar/input combinations that generated a lot of expecations (see #377 for an example). This commit replaces the algorithm with much faster one, eliminating the problem. |
||
---|---|---|
.. | ||
generate-bytecode.js | ||
generate-js.js | ||
remove-proxy-rules.js | ||
report-infinite-loops.js | ||
report-left-recursion.js | ||
report-missing-rules.js |