Add PrimCallConv support to GHCi
This adds support for foreign import prim
to the bytecode interpreter via a new PRIMCALL
bytecode instruction and an stg_primcall
helper stack frame.
Edited by Luite Stegeman
This adds support for foreign import prim
to the bytecode interpreter via a new PRIMCALL
bytecode instruction and an stg_primcall
helper stack frame.