1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Jun 25, 2024 — Jun 25, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Install new primitives for vectors and bit strings. More... about 38 years ago
Install new primitives. More... about 38 years ago
Initial revision More... about 38 years ago
Install new built-in primitives for microcode 9.46. More... about 38 years ago
Add new primitives for microcode 9.46. More... about 38 years ago
Fix IO redirection bug. More... about 38 years ago
Change rules database so that it is sorted by statement-type. Treat ASSIGN specially since it is by far the most common type. More... about 38 years ago
Change state implementation so that register quantities are allocated on demand. More... about 38 years ago
Change stack parser, unparser, and pretty-printer to handle reference-trap objects specially, detecting them before they get assigned to variables, and printing them in a reasonable way. More... about 38 years ago
Rewrite `hash-table-copy' so that it is O(n) instead of O(n^2) in the number of elements. More... about 38 years ago
Forgot to add "rtlcon" and "rtlexp" to the integration dependency set. More... about 38 years ago
Change structure of closing block to aid compilation. More... about 38 years ago
Split `front-end/rtl' into two files to aid compilation. More... about 38 years ago
Initial revision More... about 38 years ago
A variety of small changes related to the GC out of space error. More... about 38 years ago
Allow constant combinations to have any temporary as a target. More... about 38 years ago
Change string_to_symbol to compute the correct argument to Primitive_GC. Previously it was using (Memtop - Free) which could have been negative (and we saw at least one case where something like that had happened). More... about 38 years ago
Change some error messages to go out to stderr. More... about 38 years ago
Cause all GCs to return through the return code RC_NORMAL_GC_DONE. More... about 38 years ago
Initialize `GC_Space_Needed' to a reasonable value. More... about 38 years ago
Cause all GCs to return through the return code RC_NORMAL_GC_DONE. More... about 38 years ago
Define new per-combination flag which indicates whether or not the combination has been constant-folded. More... about 38 years ago
Solution to constant folding problem is overly conservative. Earlier change (which guaranteed that the combination-value became unknown when the operator or operands were) is sufficient. More... about 38 years ago
Update the version: release. More... about 38 years ago
Update the version: release. More... about 38 years ago
When building a closure frame, do not attempt to lookup variables which are integrated, as it will cause an error. This is probably not needed given the change which has been made elsewhere which deletes such variables from the closure block previous to this point. More... about 38 years ago
Change the analysis performed to determine whether a variable has been assigned. Do not treat auxiliary bindings specially, except those that have been identified as having constant or procedure values. More... about 38 years ago
If a combination's value is constant, do not replace it by the constant value, because we have no side-effect analyzer to determine whether that is safe. More... about 38 years ago
`goto-command', when selecting a subproblem with no reductions, tried to set the reduction number to 1, rather than 0. This previously "worked" because More... about 38 years ago
Accommodate VMS (bug in VMS 4 scanf). More... about 38 years ago