- #include config.h, vm/class.h, vm/exceptions.h, vm/options.h,
[cacao.git] / TODO
diff --git a/TODO b/TODO
index a1b14b9b7937e773cdefdeb4840d4b17d0702717..caf1a2796a7ec3fe6dc506944f9a4c15a5e736d0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -20,7 +20,7 @@ Especially comments in asmpart
 
 Description: Make kopi work with lsra.
 Assigned   : christian
-Status     : OPEN
+Status     : CLOSED
 Comments   :
 
 
@@ -32,20 +32,31 @@ Comments   :
 
 Description: Fix lsra problem with -in.
 Assigned   : christian
-Status     : OPEN
+Status     : CLOSED
 Comments   :
 
 
 Description: Inlining-reflection/virtual function problem.
 Assigned   : carolyn
 Status     : OPEN
-Comments   :
+Comments   : Design: use guards
 
 
 Description: Interfaces with inlining.
 Assigned   : carolyn
-Status     : OPEN
-Comments   :
+Status     : CLOSED     
+Comments   : 
+
+Description: Typecheck problems with inlining.
+Assigned   : carolyn
+Status     : OPEN 
+Comments   : 
+
+
+Description: Exception Problems with inlining.
+Assigned   : jowenn 
+Status     : OPEN 
+Comments   : 
 
 
 Description: asm_calljavafunction2 port to powerpc.
@@ -92,7 +103,7 @@ Comments   :
 
 Description: Change boehm to use a config.h
 Assigned   : twisti
-Status     : OPEN
+Status     : CLOSED
 Comments   :
 
 
@@ -116,9 +127,35 @@ Comments   :
 
 Description: fix native header/cacaoh dependency problems in nat/Makefile.am
 Assigned   : twisti
-Status     : OPEN
+Status     : CLOSED
 Comments   :
 
 The header files of the java class files should be generated in the
 build process. But cacaoh need some of the headers to be
 bootstrapped. How can this be fixed properly?
+
+
+Description: Check ARCH-CHANGES.
+Assigned   : ALL
+Status     : OPEN
+Comments   :
+
+Description: classloader namespacing and unloading of native libraries (btw: jdk 1.2+ instead of jdk 1.1 compliant behaviour)
+Assigned   : jowenn
+Status     : OPEN
+Comments   :
+
+Description: Fix exception stacktraces containing Alpha-leaf methods
+Assigned   : jowenn
+Status     : OPEN
+Comments   :
+
+Description: solve the problem that jython calles methods with double parameters wrongly in cacao
+Assigned   : jowenn
+Status     : OPEN
+Comments   :
+
+Description: Implement JavaVM interface and releated functions to make cacao embeddable
+Assigned   : jowenn, all
+Status     : OPEN
+Comments   :