methodPool: compile methods on-demand
authorBernhard Urban <lewurm@gmail.com>
Sat, 14 Apr 2012 17:54:20 +0000 (19:54 +0200)
committerBernhard Urban <lewurm@gmail.com>
Sat, 14 Apr 2012 17:54:20 +0000 (19:54 +0200)
commit73099439d888ced6806791d0e24b2ffae4086f51
tree97c1bffcee03efe2b9ffc5a1f9a45950fbf367c1
parent54387db6e7953815d79444eb6ffd0f7694327657
methodPool: compile methods on-demand

just works with `fib' atm. we need a second "tracker-map" when emitting an
`invoke*' instruction. there we have to lookup and save related method
information.
Makefile
Mate.hs
Mate/BasicBlocks.hs
Mate/MethodPool.hs
Mate/X86CodeGen.hs
ffi/trap.c
tests/Fib.java