codegen: map each real PC to java bytecode PC
authorBernhard Urban <lewurm@gmail.com>
Sun, 9 Sep 2012 12:46:40 +0000 (14:46 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sun, 9 Sep 2012 16:02:33 +0000 (18:02 +0200)
commit3398391fa883278959063506c8051943aba9c4ee
tree397fc9b99165d4e9846d14fd55ea1e46ab8bab58
parentecec298c7b0723081b1aea7447eae6f04118df34
codegen: map each real PC to java bytecode PC

and store that information also in the global table (needed for handling a
exception at runtime)
Mate.hs
Mate/ClassPool.hs
Mate/MethodPool.hs
Mate/MethodPool.hs-boot
Mate/Types.hs
Mate/X86CodeGen.hs
Mate/X86TrapHandling.hs