- Nov 10, 1991
- Nov 09, 1991
-
-
ram authored
*CONVERTING-FOR-INTERPRETER*).
-
ram authored
if the result type is NIL. If so, it stops the block and links it to the component tail. Changed IR1-OPTIMIZE-BLOCK to call MAYBE-TERMINATE-BLOCK. Changed REOPTIMIZE-CONTINUATION to quietly do nothing when called on an unused continuation.
-
ram authored
drop through by being linked to the component tail. If an unknown function is porported not to drop through, then we emit an error trap just to make sure.
-
ram authored
-
ram authored
them with no soccessors.
-
ram authored
no successors.
-
ram authored
we don't drop-through into error code so often.
-
ram authored
tail in FIND-INITIAL-DFO.
-
ram authored
-
ram authored
but shouldn't have.
-
wlott authored
index ...) so that MAKE-ARRAY can tell that it's a vector.
-
ram authored
-
ram authored
-
wlott authored
which included commits to RCS files with non-trunk default branches.
-
wlott authored
-
wlott authored
-
wlott authored
noise.
-
wlott authored
-
wlott authored
undocumented properties. Piece of shit.
-
- Nov 08, 1991
-
-
wlott authored
operate-on-system.
-
ram authored
confusing. Perhaps we could change CONTROL-ANALYZE-1-FUN to walk NLX EPs last?
-
wlott authored
bound before trying to get it's value.
-
ram authored
on the BOOTSTRAP feature.
-
ram authored
-
ram authored
then recompute it.
-
ram authored
by move VOPs. If the other operand has a known representation, then use the appropriate cost. This is particularly useful for moves into wired passing locations, etc.
-
ram authored
In global FTYPE declarations, ignore declarations on slot accessors.
-
ram authored
the structure.
-
ram authored
for representation selection's benefit.
-
ram authored
for representation selection's benefit.
-
wlott authored
-
wlott authored
real SYMBOL-MACROLET and we want it to use that one instead.
-
wlott authored
support this. Note: this will work even if the macro defn of SYMBOL-MACROLET is used. Also changed the macro groveling stuff so that if (eq (walk (macroexpand foo)) (macroexpand foo)) then return foo instead of (macroexpand foo). In other words, recollapse macros if nothing changed instead of leaving them fully expanded. Fixed some bugs in RELIST. The result never shared any storage with the orignal and calling it with no arguments would produce (NIL) instead of NIL.
-
wlott authored
-
wlott authored
-
wlott authored
have correct depends for the different systems.
-
wlott authored
-
- Nov 07, 1991
-
-
wlott authored
If $target/FEATURES exists, add it's contents to *features*.
-