* src/vm/jit/intrp/dynamic-super.c (disassemble_prim): New function.
[cacao.git] / src / vm / jit / intrp / peephole.c
2006-01-12 twisti* 64-bit big-endian bugfix: replace s4 with ptrint.
2005-12-21 antondisasm.c: added support for static profiling (disabled...
2005-12-07 anton* Dynamic superinstructions added.
2005-11-23 twisti* gen_inst: Use lastmcodeptr instead of last_compiled.
2005-09-15 twisti* Superinstructions added.
2005-09-14 twisti* Most stuff implemented (stacktraces, ...), stuff...
2005-09-02 twististarted reintegrating interpreter