* patcher_builtin_newarray, patcher_builtin_multianewarray,
[cacao.git] / src / vm / jit / i386 / patcher.c
2005-11-04 twisti* patcher_builtin_newarray, patcher_builtin_multianewarray,
2005-10-20 edwininclude vm/resolve.h in patchers
2005-10-20 edwinremoved helper.h #includes
2005-10-20 edwinreplace helper_* calls in the pathers with calls to...
2005-10-10 twisti* patcher_athrow_areturn: Added.
2005-10-05 edwinverify that abstract classes are not instantiated
2005-09-19 twisti* Changed vm/jit/i386/types.h include to vm/types.h.
2005-07-22 twisti* patcher_resolve_native: Native function is now loaded...
2005-07-13 twisti* Added #include "mm/memory.h"
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.