* Implemented new stacktrace system
[cacao.git] / src / vm / jit / i386 / patcher.c
2005-07-10 twisti* Implemented new stacktrace system
2005-06-22 twisti* Only patch back 5 bytes code (call size) since 8...
2005-06-13 twisti* native stub changes (data/code segment usage)
2005-05-31 twisti- use monitorenter/exit macros
2005-05-13 twistiImplemented patcher_putfieldconst.
2005-05-13 twistiAdded monitor for patcher functions.
2005-04-25 twisti- changes signatures (every patcher uses the same assem...
2005-04-22 twistiasmhelper.h to helper.h changes.
2005-04-22 twistiImplemented remaining patcher functions.
2005-04-20 twistiStarting to write code patching functions is C.