nitx: only depends on modelize_property instead of the full frontend
authorJean Privat <jean@pryen.org>
Wed, 5 Mar 2014 20:20:24 +0000 (15:20 -0500)
committerJean Privat <jean@pryen.org>
Wed, 5 Mar 2014 20:20:24 +0000 (15:20 -0500)
commit727196d03d24b4a528481ff70525d82c00c52199
tree445c0f21fdf732432f35c64d341ae8e50188c020
parent0246c112a47a7e35e66f39cc23133f71cedaaf32
nitx: only depends on modelize_property instead of the full frontend

~~~
$ time ../bin/nitx nitg.nit :q # before
real 0m2.775s
user 0m2.660s
sys 0m0.112s
$ time ./nitx nitg.nit :q # after
real 0m1.436s
user 0m1.328s
sys 0m0.104s
~~~

Signed-off-by: Jean Privat <jean@pryen.org>
src/nitx.nit