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)
commit5da14ad436f7cef85e3e1466585379a7ca3a70ce
tree273459cbcbe3caf0a2ef16e97f040e60df072d63
parentdea37f057bd038e4f969fc1623e7a9464a685268
parentdb9e94cb89d8c210c9ba8028dd59b8a36a08d2eb
Merge: Parallelization phase introduction

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>