Ignore:
Timestamp:
06/25/10 22:59:25 (13 years ago)
Author:
ehuelsmann
Message:

More work-in-progress. Add file mistakenly not committed with
WIP commit: it's the most important part.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/generic-class-file/abcl/README.BRANCH

    r12763 r12767  
    3636
    3737
     38Design
     39======
     40
     41
     42
    3843
    3944Status
     
    4247The replacement code is located in the java-class-file.lisp file.
    4348
     49TODO:
     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
    4467The rest of the status is still to be described.
    4568
Note: See TracChangeset for help on using the changeset viewer.