Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
statementExpression rule is very inefficient, we should merge expression into commandExpression to reduce looking ahead.
The attached file cost 5.7s on parsing before tuning but cost only 2.5s after tuning.