codegen: approx. initial codebuffer size according to codesize @ bytecode
[mate.git] / Mate / Types.hs
index b1fc6def65492c31543668631c7fcb5284a56063..0fe838e0edd9524f62fc186659ce75757402d296 100644 (file)
@@ -30,7 +30,8 @@ data RawMethod = RawMethod {
   rawMapBB :: MapBB,
   rawLocals :: Int,
   rawStackSize :: Int,
-  rawArgCount :: NativeWord }
+  rawArgCount :: NativeWord,
+  rawCodeLength :: NativeWord }
 
 
 -- NativeWord = point of method call in generated code