maxlocals: store it in new data type RawMethod, with MapBB & Co
authorBernhard Urban <lewurm@gmail.com>
Tue, 31 Jul 2012 20:22:28 +0000 (22:22 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 31 Jul 2012 19:31:36 +0000 (21:31 +0200)
commitda245b03d80644c22b011acba31acacb880d8327
tree6588b86cf008353a6cfd3cb9e935ea739c05c406
parent1364516f79a765fabd1c207a4902d76c17b71074
maxlocals: store it in new data type RawMethod, with MapBB & Co

we need that information, in order to reserve enough memory on the stack (was
hardcoded so far)
Mate/BasicBlocks.hs
Mate/ClassPool.hs
Mate/MethodPool.hs
Mate/MethodPool.hs-boot
Mate/Types.hs
Mate/X86CodeGen.hs