- Nov 09, 1991
- 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*.
-
wlott authored
translation.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
file in...] If we delete the buffer don't try to re-visit the file, 'cause it will be gone.
-
wlott authored
not the working copy should be kept is now a hemlock variable so it can be set on a per-buffer basis (probably in a read-file hook).
-
wlott authored
rcsupdate does the job much better. Added noise to check in and check out to possibly use definition translation stuff on the file so that you don't have to duplicate the entire source tree in your work area.
-
wlott authored
first. This way, you don't have to have 400 different translations for ever conceivable source path.
-
wlott authored
before proclaim.
-
ram authored
-
chiles authored
Fixed %SET-FDEFINITION to work in the kernel core startup before executing DEFVARs for *encapsulation-info* and *setf-fdefinition-hook*.
-
ram authored
-
wlott authored
fault mechanism so we have to explicitly test the GC trigger.
-
wlott authored
instead of catching the page fault. So instead of having a lot of code to handle the page fault, we have a lot of code to handle a conditional trap.
-
- Nov 06, 1991