rta: add live_callsites and live_callsites
[nit.git] / src / compiler_ffi.nit
2014-03-07 Alexis Laferrièrenitg: activate FFI in all engines
2014-03-06 Alexis Laferrièrenitg: fix FFI error with arguments name of extern methods
2014-03-06 Alexis Laferrièrenitg: fix C return type of callbacks to Nit
2014-03-04 Alexis Laferrièrenitg: fix generated code for call to super from C
2014-03-04 Alexis Laferrièrenitg: fix generated signature for FFI cast
2014-03-04 Alexis Laferrièrenitg: fix FFI _is_null functions
2014-02-21 Jean Privatcompiler_ffi: use `compile_dir` instead of hard-coded...
2014-02-17 Alexis Laferrièrenitg: detect if a compiler supports the FFI
2014-02-17 Alexis Laferrièrenitg: intro the compiler_ffi module to support the...