1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Jul 18, 2024 — Jul 18, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change handling of lists whose car is 'QUOTE so that the list (FOO QUOTE) does not print out as (FOO . (QUOTE)) More... about 38 years ago
Fix another bug -- when connecting procedures to vnodes the attachment must be propagated to the forward links. More... about 38 years ago
BSD has the file creation flags in a different include file. More... about 38 years ago
When walking a pnode that requires the copying of the state, that state was being held onto longer than necessary. More... about 38 years ago
Add test to guarantee that all continuations are code generated. More... about 38 years ago
Fix two bugs in the compiled code interface having to do with the handling of interrupts. More... about 38 years ago
Disallow *unparse-symbol integration to provide hook for canonicalization. More... about 38 years ago
Add some operations for new regset abstraction. More... about 38 years ago
Initial revision More... about 38 years ago
Guarantee that GC notifications are printed with correct radix. More... about 38 years ago
Split "rtypes" into two parts. More... about 38 years ago
Provide a *unparse-symbol hook for canonicalization. Bug in previous addition. More... about 38 years ago
Provide a *unparse-symbol hook for canonicalization. More... about 38 years ago
Initial revision More... about 38 years ago
Initial revision More... about 38 years ago
Initial revision More... about 38 years ago
Change abstraction to use hash tables, to eliminate possible quadratic behavior. More... about 38 years ago
Extend symbol hash table abstraction with new operations. More... about 38 years ago
Add additional integration dependencies for "back-end/laptop". More... about 38 years ago
Make fasload default to extension bin. Fix a bug in previous attempt. More... about 38 years ago
Make fasload default to extension bin. More... about 38 years ago
Define new variable `Constant_Top' to mark the upper limit of constant space. Do not use unallocated parts of constant space for the stack; the stack size is fixed at the beginning of time. This fixes a bug in which the constant space overflowed into the stack space, without signalling any error. More... about 38 years ago
Define new variable `Constant_Top' to mark the upper limit of constant space. Do not use unallocated parts of constant space for the stack; the stack size is fixed at the beginning of time. This fixes a bug in which the constant space overflowed into the stack space, without signalling any error. More... about 38 years ago
Fix bugs in last revision. More... about 38 years ago
Generate correct code for combinations whose operators are unknown references. More... about 38 years ago
Generate code for letrec-bindings of IC procedures. More... about 38 years ago
Generator for `assignment' statement was using `definition-rvalue' instead of `assignment-rvalue' (an editing oversight). More... about 38 years ago
Change formatting of termination messages. More... about 38 years ago
Save expression register when merging compiled code stack blocks. More... about 38 years ago
In entry for IC procedure, equate the internal and external labels, since all number of argument checks are performed by the interpreter. More... about 38 years ago