Major file restructuring.
[cacao.git] / global.h
2003-11-02 twistiMajor file restructuring.
2003-11-01 twistiRemoved JIT_MARKER_SUPPORT
2003-10-23 carolynto save memory
2003-10-20 twistiWe need to define _GNU_SOURCE for x86_64's signal handling.
2003-10-14 twistiRemoved unused NEW_GC stuff.
2003-10-06 carolynXTA fields type sets faster
2003-10-04 carolynrta 10-2003
2003-09-25 carolynbenchmark update
2003-07-15 carolynRTA native change
2003-07-08 carolynRTA update - statistics only until inlining
2003-05-12 carolynRTA update and add XTA stub
2003-05-09 carolynrapid type analysis - carolyn
2003-02-13 stefanOnly copy vftbl once in use_class_as_object
2003-02-12 stefanReversed vftbl movement because of performance consider...
2003-02-12 stefanMoved baseval and diffval to classinfo. Can now run...
1999-11-11 andiexception handling and parser bug fixed
1999-10-04 romanjdk1.2 and loader optimisation
1999-09-27 chrisnarray first check in
1999-01-20 andifixed old_copiler/new_compiler issue and other merged...
1999-01-20 philChanged the makefile system to autoconf/automake.
1998-11-25 philRe-enabled SIZE_FROM_CLASSINFO
1998-11-18 cacaomips compatibility
1998-11-11 philAdded an option to enable/disable the new gc
1998-11-10 philAdded an "aligned" size field to various objectheaders...
1998-11-09 cacaonewcomp moved to jit
1998-11-02 cacaobidirectional layout of vftbl/interfaces added
1998-10-30 cacaoRun time type check with relative numbering added....
1998-10-29 philMinor modification to JIT_MARKER_SUPPORT macro in global.h
1998-10-29 philMoved garbage collector from tables.c into mm/ subdirec...
1998-10-03 cacaoInitial revision