GNU header update.
[cacao.git] / src / vm / loader.c
2003-07-08 carolynRTA update - statistics only until inlining
2003-05-15 stefanMade exception classes static
2003-05-13 stefanadded missing prototypes
2003-05-12 carolynRTA update and add XTA stub
2003-05-09 carolynrapid type analysis - carolyn
2003-02-13 stefanStupid bug fixed
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...
2003-02-05 stefanMerged everything with MIPS version
2003-02-04 stefanSome translation was missing
2003-02-03 stefanEnable Boehm GC
2003-02-03 stefanBoehm GC
2002-12-21 stefanFile version support for major 46
2002-12-03 stefanTranslation
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
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-03 cacaoInitial revision