From: Jean Privat Date: Tue, 20 Oct 2015 00:23:44 +0000 (-0400) Subject: Merge: parser: do not allocate a reduction table for each parser X-Git-Tag: v0.7.9~24 X-Git-Url: http://nitlanguage.org Merge: parser: do not allocate a reduction table for each parser This optimize multiple Parser allocation, for instance nitunit or nitdoc that need to deal with each nitunit in the documentation. usertime for `./nitdoc ../lib/core/`: * before: 0m2.184s * after: 0m1.788s (-18.1%) Pull-Request: #1770 Reviewed-by: Alexis Laferrière Reviewed-by: Alexandre Terrasa --- 369219133a9030888122ea3a2b02f2dd4c4375f8