maxlocals: store it in new data type RawMethod, with MapBB & Co
[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 :: RawMethod -> MethodInfo -> IO Word32
13 executeFuncPtr :: Word32 -> IO ()