Changeset 12767 for branches/generic-class-file/abcl/README.BRANCH
- Timestamp:
- 06/25/10 22:59:25 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/generic-class-file/abcl/README.BRANCH
r12763 r12767 36 36 37 37 38 Design 39 ====== 40 41 42 38 43 39 44 Status … … 42 47 The replacement code is located in the java-class-file.lisp file. 43 48 49 TODO: 50 51 * All methods preceded by an exclamation mark have equal names in 52 compiler-pass2; this situation is to be resolved eventually. 53 Preferrably even before merging back to trunk. 54 55 * Move 'code-bytes' to opcodes.lisp 56 57 * Rename opcodes.lisp to jvm-opcodes.lisp [probably more an action for trunk/] 58 59 * Writing unit-tests 60 61 * Write compiler-pass2.lisp to use WITH-CODE-TO-METHOD to select the 62 method to send output to 63 64 * 65 66 44 67 The rest of the status is still to be described. 45 68
Note: See TracChangeset
for help on using the changeset viewer.