Merge: Implement FFI global references in nitg
authorJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 14:44:17 +0000 (10:44 -0400)
committerJean Privat <jean@pryen.org>
Mon, 21 Jul 2014 14:44:17 +0000 (10:44 -0400)
commite948cfd43c1bda26b69c3d7deec13f2722fac16e
tree2d938969709275d9fa0cfd0c02441e6553773457
parent13361ef8fc6df9421a00854dd4c4d8ceec9131cd
parenteb86ad0fa12773462bc80cc19465079d3efcfffe
Merge: Implement FFI global references in nitg

Finally follows the spec of the FFI.

Works with the `minesweeper` test case by @Freddrickk, but not with nitvm #582 (more on that later).

Pull-Request: #595
Reviewed-by: Jean Privat <jean@pryen.org>