dynamic native library loading, some inlining changes
[cacao.git] / src / vm / jit / inline / inline.c
2004-11-02 jowenndynamic native library loading, some inlining changes
2004-10-11 jowennFix a crash in the code which tests, if a method is...
2004-10-04 carolyninline updates (almost finished) to separate class...
2004-06-30 twistiInclude options.h instead of main.h.
2004-06-25 carolynupdated inline.c so works with lazy loading
2004-06-22 twistiRemoved jit.c global variables. Most of them were alrea...
2004-06-17 twistiFixed include paths.
2004-05-18 stefanRenamed loging to logging
2004-03-31 edwinadded field and method resolution
2004-01-05 twistiInclude main.h for compiler switches.
2003-12-11 edwinfixed loging crash caused by printf
2003-12-09 edwinadded UTF-8 validation
2003-12-05 stefanMade loging thread-safe
2003-11-21 jowennwill be replaced by modified versions
2003-11-09 twisti- removed warnings
2003-11-06 twistiPass method to inline_init()
2003-11-02 twistiMajor file restructuring.
2003-10-20 twistiCompile without warnings with -Wall.
2003-09-26 didiMethod Inlining added