1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected about 21 hours ago.
Jun 27, 2024 — Jun 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new return codes for compiled code interface variable cache. More... about 38 years ago
*** empty log message *** More... about 38 years ago
Give better error message for badly formed pattern in `named-lambda'. More... about 38 years ago
In `unsyntax-shallow-FLUID-LET', turn lambda body into list of actions before mapping over it. More... about 38 years ago
Changes to make fast variable reference in compiled code work: - New traps (TRAP_COMPILER_CACHED and dangerous). - Support in lookup and interpret. - Change to fasdump to generalize the fixed utility kludge. More... about 38 years ago
Do not cache assignments from a machine register to a pseudo register. More... about 38 years ago
*** empty log message *** More... about 38 years ago
In `symbol-table-bindings', return alist of values rather than binding objects. More... about 38 years ago
Add extra operation to extract bindings from symbol table. More... about 38 years ago
Fix randomness in switch statements for wrong_type_arg and bad_range_arg. More... about 38 years ago
Add entry points for variable caches and uuo links. More... about 38 years ago
Add JAR's changes for VMS. More... about 38 years ago
Initial revision More... about 38 years ago
Cosmetic change to boot.c, some cleaning up of hardware trap code in unix.c. More... about 38 years ago
Newline missing in end of computation termination. More... about 38 years ago
Guarantee that interpreter-call result registers are referenced immediately after the interpreter-call occurs. Otherwise the lap generator may reallocate them to some other purpose. More... about 38 years ago
Interrupts that are out of range are now signalled through the last slot in the interrupt vector. More... about 38 years ago
Interrupts that are out of range are now signalled through the last slot in the interrupt vector. More... about 38 years ago
Split file into two pieces. More... about 38 years ago
Record pop in these rules. More... about 38 years ago
Patch because primitive-datum is broken. More... about 38 years ago
Add error check for positive arguments to signed integer coercion. More... about 38 years ago
Add PRIMITIVE_ABORT. More... about 38 years ago
Add PRIMITIVE_RETURN More... about 38 years ago
Add special lookup for compiler to do side-effect for value. Also define rules to handle more cases for eq-test. More... about 38 years ago
Define more operations on SCode comments. More... about 38 years ago
Add special lookup for compiler to do side-effect for value. More... about 38 years ago
Add special lookup for compiler to do side-effect for value. More... about 38 years ago
Undo FLUID-LET changes from last version. More... about 38 years ago
Fix bug in expansion of interpreter-call:enclose. When the number of things being enclosed is sufficiently large, the generator was forcing the allocation of D0 for use as a loop counter. This had the unfortunate side effect that if D0 contained some unboxed object then that object would be flushed to memory. More... about 38 years ago