Merge remote-tracking branch 'alexandre/master'
authorJean Privat <jean@pryen.org>
Sun, 9 Dec 2012 06:38:43 +0000 (01:38 -0500)
committerJean Privat <jean@pryen.org>
Sun, 9 Dec 2012 06:38:43 +0000 (01:38 -0500)
1  2 
src/separate_erasure_compiler.nit
tests/sav/nitg.res

Simple merge
@@@ -21,6 -21,7 +21,8 @@@
    --separate                  Use separate compilation
    --no-inline-intern          Do not inline call to intern methods
    --inline-coloring-numbers   Inline colors and ids
-   --use-naive-coloring        Colorize items incrementaly, used to simulate binary matrix typing
+   --bm-typing                 Colorize items incrementaly, used to simulate binary matrix typing
+   --phmod-typing              Replace coloration by perfect hashing (with mod operator)
+   --phand-typing              Replace coloration by perfect hashing (with and operator)
    --erasure                   Erase generic types
 +  --no-check-erasure-cast     Disable implicit casts on unsafe return with erasure-typing policy (dangerous)