mirror of https://github.com/aamine/cbc
updated
git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4068 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
parent
cd37fb1f02
commit
715ec649f9
15
ToDo
15
ToDo
|
@ -2,14 +2,16 @@
|
|||
|
||||
== Current
|
||||
|
||||
* "extern char*[] sys_errlist" is array, not pointer
|
||||
* check composite Type#equals, #hashCode (?)
|
||||
* Label -> Symbol
|
||||
* all Symbols should be got from objects
|
||||
* named/unnamed Label
|
||||
* type handling
|
||||
* "extern char*[] sys_errlist" is array, not pointer
|
||||
* &puts should make int(*)(char*)* instead of int(*)(char*)**
|
||||
* label refactoring
|
||||
* Label -> Symbol
|
||||
* all Symbols should be got from objects
|
||||
* implement unnamed (code) Label
|
||||
* bin/cbc: resolve symbolic link
|
||||
* remove all FIXME
|
||||
* -fPIE, -pie
|
||||
* remove all FIXME
|
||||
|
||||
== Done
|
||||
|
||||
|
@ -252,3 +254,4 @@
|
|||
- useless label elimination
|
||||
- -fPIC (PIC generation)
|
||||
- -shared
|
||||
- Java 5
|
||||
|
|
Loading…
Reference in New Issue