1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Jun 24, 2024 — Jun 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Eliminate definitions of `foo-edit!' procedures. Redesign `node-replace!' procedures. More... over 38 years ago
Change names of set operations to indicate whether they use `eq?' or `eqv?' to determine membership. Eliminate multiple copies of various such operations. More... over 38 years ago
Change implementation of `rtl-snode-delete!' so that it is more careful about connecting and disconnecting nodes from one another. More... over 38 years ago
Fix bug in `continuation-entry'. More... over 38 years ago
Delete non-useful frame editor procedures. More... over 38 years ago
Change call-construction pass so that it uses special frame editing procedures rather than modifying the CFGs and then attempting to write them back into their frames. This prevents attempts to relink them before they have been unlinked from the holding frames. More... over 38 years ago
Same random confusion between `=' and `=='! C Sux. More... over 38 years ago
Move `po' back to `toplev.scm'. Implement `->tagged-vector' and `tagged-vector?' to aid in building good debugging tools. More... over 38 years ago
Fix incorrect definition of `define-assignment-method'. More... over 38 years ago
Fix problem in which hooks were getting dis/connected multiple times. Required changing implementation of `hooks-union'. Also, add error checking to the dis/connect operations to detect this lossage. More... over 38 years ago
Changes to make FIXNUM_LENGTH_AS_BIGNUM visible to cpp. More... over 38 years ago
Bignum code was not handling most negative fixnum right. Altering definition of FIXNUM_LENGTH_AS_BIGNUM, plus some extra care in Big_To_Fix, should solve this. More... over 38 years ago
Use user-level hash operators rather than primitives. More... over 38 years ago
Change `po' to accept a hash number as an argument and print the unhash of that. More... over 38 years ago
Rewrite side-effecting operations on continuation cfg fields to perform side-effects on the sframe rather than the continuation. More... over 38 years ago
Implement replacement operations on frames. Implement SCFG insertion operation. Implement :DESCRIBE methods for frames and holders. More... over 38 years ago
initial revision More... over 38 years ago
Convert `or' to `if' where the value is a boolean. More... over 38 years ago
Add `using-syntax' to grab compiler syntax. More... over 38 years ago
Fix type-extraction rules to use ROL instruction rather than LSR. More... over 38 years ago
Fix print wrapper to print hash number correctly. More... over 38 years ago
Add new operation to extract the set of undefined names. More... over 38 years ago
Make sure that the stack pointer gets invalidated whenever it is changed. Previously it was not explicitly invalidated when a push happened. More... over 38 years ago
initial revision More... over 38 years ago
initial More... over 38 years ago
foo More... over 38 years ago
*** empty log message *** More... over 38 years ago
Add hash number to printed representation of compiler data structures to facilitate debugging. More... over 38 years ago
*** empty log message *** More... over 38 years ago
*** empty log message *** More... over 38 years ago