Removed unused include.
[cacao.git] / TODO
1 TODO:
2 =====
3
4 Description: <short description>
5 Assigned   : <login name>
6 Status     : <OPEN/CLOSED>
7 Comments   :
8
9 <add some comments>
10
11 --------------------------------------------------------------------------------
12
13 Description: COMMENTS!!!!!
14 Assigned   : all
15 Status     : OPEN (ro)
16 Comments   :
17
18 Especially comments in asmpart
19
20
21 Description: Make kopi work with lsra.
22 Assigned   : christian
23 Status     : OPEN
24 Comments   :
25
26
27 Description: Port lsra to other architectures (alpha, mips, powerpc, x86_64).
28 Assigned   : christian
29 Status     : OPEN
30 Comments   :
31
32
33 Description: Fix lsra problem with -in.
34 Assigned   : christian
35 Status     : OPEN
36 Comments   :
37
38
39 Description: Inlining-reflection/virtual function problem.
40 Assigned   : carolyn
41 Status     : OPEN
42 Comments   :
43
44
45 Description: Interfaces with inlining.
46 Assigned   : carolyn
47 Status     : OPEN
48 Comments   :
49
50
51 Description: asm_calljavafunction2 port to powerpc.
52 Assigned   : stefan
53 Status     : OPEN
54 Comments   :
55
56
57 Description: Port atomic instructions to all platforms.
58 Assigned   : stefan
59 Status     : OPEN
60 Comments   :
61
62
63 Description: Port exceptions/stacktrace to all platforms.
64 Assigned   : jowenn
65 Status     : OPEN
66 Comments   :
67
68
69 Description: Port library loading to all platforms.
70 Assigned   : jowenn
71 Status     : OPEN
72 Comments   :
73
74
75 Description: Make AWT work on i386 and x86_64.
76 Assigned   : martin
77 Status     : OPEN
78 Comments   :
79
80
81 Description: Make AWT work on all platforms.
82 Assigned   : martin
83 Status     : OPEN
84 Comments   :
85
86
87 Description: Port asm_calljavafunction2 to x86_64.
88 Assigned   : twisti
89 Status     : CLOSED
90 Comments   :
91
92
93 Description: Change boehm to use a config.h
94 Assigned   : twisti
95 Status     : OPEN
96 Comments   :
97
98
99 Description: Change PUT/GETSTATIC patch code on all platforms.
100 Assigned   : twisti
101 Status     : OPEN
102 Comments   :
103
104
105 Description: Look into jni call*Method* functions.
106 Assigned   : twisti
107 Status     : OPEN
108 Comments   :
109
110
111 Description: Runtime.exit() problem with SecurityManager.
112 Assigned   : twisti
113 Status     : OPEN
114 Comments   :
115
116
117 Description: fix native header/cacaoh dependency problems in nat/Makefile.am
118 Assigned   : twisti
119 Status     : OPEN
120 Comments   :
121
122 The header files of the java class files should be generated in the
123 build process. But cacaoh need some of the headers to be
124 bootstrapped. How can this be fixed properly?