Finished adding @Override annotations for Primitives.java. |
|
More...
|
about 16 years ago
|
Intermediate fix to remove double dupliation. |
|
More...
|
about 16 years ago
|
Helper function for creating a new fixnum and emitting |
|
More...
|
about 16 years ago
|
Helper macro for p2-test-minusp/plusp/zerop/oddp/evenp. |
|
More...
|
about 16 years ago
|
Helper function for p2-test-minusp/plusp/zerop. |
|
More...
|
about 16 years ago
|
In preparation for further refactorings, a tiny change |
|
More...
|
about 16 years ago
|
'abcl.test' now invokes both Java and Lisp based tests. |
|
More...
|
about 16 years ago
|
Revert inadvertent r11528. |
|
More...
|
about 16 years ago
|
Enable optional use of JFluid profiler. |
|
More...
|
about 16 years ago
|
(Phil Hudson) Make FastStringBuffer an adapter to java-1.5's StringBuilder. |
|
More...
|
about 16 years ago
|
Make Throw.java do as Lisp.java and LispThread.java: create a human-readable tag for the |
|
More...
|
about 16 years ago
|
Helper function for fixnum initializations. |
|
More...
|
about 16 years ago
|
Tiny helper for checking that class file is loadable. |
|
More...
|
about 16 years ago
|
Macro for temp files in p2-flet/labels-process-compiland. |
|
More...
|
about 16 years ago
|
Helper function for p2-flet-process-compiland and |
|
More...
|
about 16 years ago
|
Helper macro for derive-compiler type, when checking |
|
More...
|
about 16 years ago
|
Make the compiler recognize subtypes while compiling THE forms. |
|
More...
|
about 16 years ago
|
Remove code repetition in the beginning of p2-compiland. |
|
More...
|
about 16 years ago
|
Eliminate dead code. |
|
More...
|
about 16 years ago
|
Replace Java type indicator with pre-existing constant with the same purpose. |
|
More...
|
about 16 years ago
|
Documentation of variable-info fields. |
|
More...
|
about 16 years ago
|
Remove references to building 'j' in the 'abcl' build.xml. |
|
More...
|
about 16 years ago
|
CompiledClosure should delegate to CTF.execute, not CTF._execute. |
|
More...
|
about 16 years ago
|
Update ABCL<-->Java example instructions. |
|
More...
|
about 16 years ago
|
Duplicate (clone) the ClosureTemplateFunction in |
|
More...
|
about 16 years ago
|
Use replacement characters for unmappable and malformed |
|
More...
|
about 16 years ago
|
Remove old build artifacts that no longer work or are referenced in maintable ways. |
|
More...
|
about 16 years ago
|
Remove Cons special case from car/cdr, it doesn't seem |
|
More...
|
about 16 years ago
|
Cleanup: `, -> (nothing); (EMIT 'LABEL ...) -> (LABEL ...) |
|
More...
|
about 16 years ago
|
Emit the most efficient ALOAD and ASTORE instructions. |
|
More...
|
about 16 years ago
|