Skip to content

Add PrimCallConv support to GHCi

Luite Stegeman requested to merge wip/ghci-primcall into master

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

Merge request reports