grin-compiler / grin

GRIN is a compiler back-end for lazy and strict functional languages with whole program optimization support.
https://grin-compiler.github.io/
1.03k stars 38 forks source link

fix: add __runtime_error to the hardwired JIT FFI #62

Closed csabahruska closed 4 years ago

csabahruska commented 4 years ago

JIT does not support FFI, only a hardwired set of functions.

andorp commented 4 years ago

As @Anabra was not in the reviewers list, I am going to merge this.