Merge: Perfize nitcc_runtime
authorJean Privat <jean@pryen.org>
Sat, 5 Dec 2015 21:52:51 +0000 (16:52 -0500)
committerJean Privat <jean@pryen.org>
Sat, 5 Dec 2015 21:52:51 +0000 (16:52 -0500)
commit8c9bcecad57f84781c350fee6278017b31650e59
tree7180394c84e4ea7ee085a5f02b791d9a9df7908c
parent6c74d9b2dc384353195b00fe373073dea994cd65
parent74136ba96f20f38af484ed96a6bec54d5fc9cdf6
Merge: Perfize nitcc_runtime

Slight improvement of the work of nitcc.

Numbers with raw parsing of a 30MB json file from nitrpg (only the AST creation, no further analysis)

Before: 0m5.700s ; 25.1 GIr
After: 0m3.540s (-38%) ; 20.3 GIr (-19%)

There is still a lot (99?) of improvements to make before having reasonable numbers, but the nitcc_runtime part ain't one.

Pull-Request: #1876
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>