CVS kaffe (robilad): updated TODO list
Kaffe CVS <[email protected]> Sat, 19 Jan 2008 15:03:50 -0800
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
PatchSet 7701 Date: 2008/01/19 23:01:54 Author: robilad Branch: HEAD Tag: (none) Log: updated TODO list 2008-01-19 Dalibor Topic <[email protected]> * TODO: Updated. Members: ChangeLog:1.5202->1.5203 TODO:1.39->1.40 Index: kaffe/ChangeLog diff -u kaffe/ChangeLog:1.5202 kaffe/ChangeLog:1.5203 --- kaffe/ChangeLog:1.5202 Sat Jan 19 22:57:25 2008 +++ kaffe/ChangeLog Sat Jan 19 23:01:54 2008 @@ -1,5 +1,9 @@ 2008-01-19 Dalibor Topic <[email protected]> + * TODO: Updated. + +2008-01-19 Dalibor Topic <[email protected]> + * WHATSNEW: Document purge of libltdl. * FAQ/FAQ.required-libraries: Add information on libltdl. Index: kaffe/TODO diff -u kaffe/TODO:1.39 kaffe/TODO:1.40 --- kaffe/TODO:1.39 Sat Jan 19 15:16:53 2008 +++ kaffe/TODO Sat Jan 19 23:01:54 2008 @@ -5,6 +5,10 @@ Variable must be in thread local storage and not globally visible. * Add support for gcj-ed code with BC ABI. * Merge in Tom Tromey's libjit and llvm based JITs. + +* Cleanup + * Turn developers/autogen.sh into an autoreconf call + * Remove libltdl from C(PP)FLAGS in all Makefile.ams. * Remove unused instructions from jits (nop, unimplemented) * Architectural changes: @@ -14,6 +18,8 @@ * Make boehm-gc the default engine on platforms that support it * Swich to glib for data structures, command line option parsing, etc. * Switch to libjclassinfo for class file parsing + * Switch to libzzlib for zip file reading first to be able to kill the syscall + interface in the threading code. * Missing features * Implement support for extension override mechanism, and allow overriding