descriptionMoved to http://github.com/MateVM -- A Java JIT compiler written in Haskell
ownerlewurm
last changeSun, 9 Sep 2012 16:03:45 +0000 (18:03 +0200)
shortlog
2012-09-09 Bernhard Urbancodegen: handle exceptions of a method master
2012-09-09 Bernhard Urbancodegen: get full jnmap in patcher
2012-09-09 Bernhard Urbancodegen: map each real PC to java bytecode PC
2012-09-09 Bernhard Urbanbasicblock: store length of basiblock (i.e. bytes of...
2012-09-09 Bernhard Urbanbasicblock: build exceptionmap
2012-09-09 Bernhard Urbanjava/lang: env for exceptions
2012-09-09 Bernhard Urbancodegen: simplify glue code and emit code for all basic...
2012-09-09 Bernhard Urbanbasicblock: handle athrow as return
2012-09-09 Bernhard Urbancodegen: make use of Functor instance
2012-09-05 Bernhard Urbanbasicblock: build up CFG differently
2012-09-05 Bernhard Urbanbasicblock: rewrite buildCFG with states
2012-09-04 Bernhard Urbanbasicblock: annotate BBs with exceptions
2012-09-04 Bernhard Urbanbasiblock: remove `markBackwardTargets'
2012-09-04 Bernhard Urbanbasicblock: using arrows
2012-09-02 Bernhard Urbanbasicblock: use state monad to save all targets from...
2012-09-02 Bernhard Urbanbasicblock: use simpler type
...
tags
12 years ago PoC Proof of Concept done
heads
11 years ago master
11 years ago weird_segsegv_stuff