* ICMD_ATHROW, ICMD_ARETURN: Added patcher stub call.
[cacao.git] / src / vm / jit / patcher.h
2005-10-10 twisti* patcher_athrow_areturn: Added.
2005-09-19 twisti* Changed types.h include to vm/types.h.
2005-09-05 twisti* PATCHER_checkcast_instanceof: Added for intrp.
2005-06-13 twisti* patcher_resolve_native: added
2005-05-31 twisti- defined PATCHER_MONITOREXIT and PATCHER_MARK_PATCHED_...
2005-05-25 twistiDefined PATCHER_MONITORENTER/EXIT macros (i have some...
2005-05-13 twistiAdded i386 define for patcher_putfieldconst.
2005-05-11 twistiRenamed *_checkarraycast to *_arraycheckcast.
2005-04-30 twistiWe need an extra patcher_putfieldconst fro x86_64.
2005-04-26 twistiAdded patcher_checkcast_instanceof_class for other...
2005-04-25 twisti- changed signatures
2005-04-22 twistipatcher_builtin_new gets a contant_classref.
2005-04-21 twistiAdded more functions.
2005-04-21 twistiAdded more functions.
2005-04-20 twistiStarting to write code patching functions is C.