PatchSet 7711 
Date: 2008/01/20 20:03:35
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
updated TODO

Members: 
        ChangeLog:1.5212->1.5213 
        TODO:1.42->1.43 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.5212 kaffe/ChangeLog:1.5213
--- kaffe/ChangeLog:1.5212      Sun Jan 20 19:55:36 2008
+++ kaffe/ChangeLog     Sun Jan 20 20:03:35 2008
@@ -1,5 +1,9 @@
 2008-01-20  Dalibor Topic  <[EMAIL PROTECTED]>
 
+       TODO: Updated.
+
+2008-01-20  Dalibor Topic  <[EMAIL PROTECTED]>
+
        * configure.ac: Don't link files for kaffeh.
 
        * kaffe/kaffeh/Makefile.am (kaffeh_SOURCES): Added files
Index: kaffe/TODO
diff -u kaffe/TODO:1.42 kaffe/TODO:1.43
--- kaffe/TODO:1.42     Sun Jan 20 18:55:05 2008
+++ kaffe/TODO  Sun Jan 20 20:03:35 2008
@@ -14,10 +14,14 @@
  * Make runtime engine runtime selectable
  * Make gc backend runtime selectable
  * Make boehm-gc the default engine on platforms that support it
+ * Use libltdl directly for JNI, remove wrappers.
  * 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.
+    * start with jar.c /jar.h.
+    * findInJar is a bit trickier, as it also deals with directories, regular 
classes
+      etc. Maybe it can be largely rewritten in Java in the VMClassLoader? 
 
 * Missing features
  * Implement support for extension override mechanism, and allow overriding

_______________________________________________
kaffe mailing list
kaffe@kaffe.org
http://kaffe.org/cgi-bin/mailman/listinfo/kaffe

Reply via email to