f17cfb48c0214af01953a2adb10f5bc1ce906094
[mate.git] / Mate / MethodPool.hs-boot
1 {-# LANGUAGE OverloadedStrings #-}
2 {-# LANGUAGE ForeignFunctionInterface #-}
3 module Mate.MethodPool where
4
5 import Data.Binary
6 import qualified Data.ByteString.Lazy as B
7
8 import Mate.Types
9
10
11 addMethodRef :: Word32 -> MethodInfo -> [B.ByteString] -> IO ()
12 compileBB :: MapBB -> MethodInfo -> IO Word32
13 executeFuncPtr :: Word32 -> IO ()