24
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Dec 20, 2022 — Dec 20, 2023
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finished adding @Override annotations for Primitives.java.
easieste
as mevenson
More... about 16 years ago
Intermediate fix to remove double dupliation.
easieste
as mevenson
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.
easieste
as mevenson
More... about 16 years ago
Revert inadvertent r11528.
easieste
as mevenson
More... about 16 years ago
Enable optional use of JFluid profiler.
easieste
as mevenson
More... about 16 years ago
(Phil Hudson) Make FastStringBuffer an adapter to java-1.5's StringBuilder.
easieste
as mevenson
More... about 16 years ago
Make Throw.java do as Lisp.java and LispThread.java: create a human-readable tag for the
Erik Hülsmann
as ehuelsmann
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.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Remove code repetition in the beginning of p2-compiland. More... about 16 years ago
Eliminate dead code.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Replace Java type indicator with pre-existing constant with the same purpose.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Documentation of variable-info fields.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Remove references to building 'j' in the 'abcl' build.xml.
easieste
as mevenson
More... about 16 years ago
CompiledClosure should delegate to CTF.execute, not CTF._execute. More... about 16 years ago
Update ABCL<-->Java example instructions.
easieste
as mevenson
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.
easieste
as mevenson
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 ...)
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Emit the most efficient ALOAD and ASTORE instructions.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago