Merge: Parallelization phase introduction
authorJean Privat <jean@pryen.org>
Wed, 8 Apr 2015 01:03:25 +0000 (08:03 +0700)
committerJean Privat <jean@pryen.org>
Wed, 8 Apr 2015 01:03:25 +0000 (08:03 +0700)
Introduces the begining of the parallelization in Nit !

For now, only accepts the "threaded" annotation on methods without return value and without parameters.

Coming next :
Parametrized methods,
methods with return value,
for loops.

Pull-Request: #1247
Reviewed-by: Alexis Laferrière <alexis.laf@xymus.net>
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>


Trivial merge