refactor: store amount of arguments of a method in RawMethod
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:57 +0000 (21:31 +0200)
commit03ddf0056a8ebae7ce10d694bbf906c276677a33
tree0951d99b07d7696cea5d270246e4ff171e68e06f
parentbc05c4601a08bc81f459b98ac54575fd4b56fb48
refactor: store amount of arguments of a method in RawMethod

also kick `Maybe' at parseMethod in BasicBlock. It's just annoying to unpack
it from Maybe everywhere. Just fail @ parseMethod if we don't find the codeseg
Mate.hs
Mate/BasicBlocks.hs
Mate/ClassPool.hs
Mate/MethodPool.hs
Mate/Types.hs
Mate/Utilities.hs
Mate/X86CodeGen.hs