Enable Boehm GC
[cacao.git] / src / vm /
2003-02-03 stefanEnable Boehm GC
2003-02-03 stefanBoehm GC
2003-01-30 twistifixed bug with set SUPPORT_DIVISION, but unset SUPPORT_...
2003-01-23 twistiadded i386 stuff with #ifdef's
2002-12-21 stefanFile version support for major 46
2002-12-04 stefanTranslation
2002-12-03 stefanTranslation
2002-12-03 stefanTranslation
2002-12-03 stefanTypo
2002-11-30 stefanRemove debug message for correct output
2002-10-24 stefanTranslated to english
1999-11-15 andigc Bug prov. fixed, final fix waiting
1999-11-11 andiexception handling and parser bug fixed
1999-11-09 andicomments and cleanup
1999-11-09 schanijava.net implemented.
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-12-13 cacaoDUP2 bug fixed
1998-11-30 cacaoarg reg bug fixed, array optimizations
1998-11-30 phil*** empty log message ***
1998-11-25 philRe-enabled SIZE_FROM_CLASSINFO
1998-11-25 philFixed a typo (#if --> #ifdef)
1998-11-24 cacaoarray commands without check added
1998-11-18 cacaomips compatibility
1998-11-18 cacaodisassembler improved
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-10 cacaosmall corrections for verbosecall
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-07 schaniGC now works without threads being initialized, which...
1998-10-04 cacaogc stack moved to unlimited main stack
1998-10-03 cacaoInitial revision