- Feb 07, 1990
-
-
ram authored
-
ram authored
is null. Although we don't get lazy conversion, at least we can prevent excessive memory usage. Also, this result is cached in the new LAMBDA-EVAL-INFO-FUNCTION slot so that all references to a non-closure interpreted function will get the same EQ result (mainly to avoid having N copies of the IR1 if the conversion is decached and then reconverted.)
-
ram authored
-
ram authored
-
ram authored
reason is that it lets us load the miscops which currently still have "fasl" type, but this also has the nice side-effect of giving a better error if someone tries to load an old "fasl" file.
-
ram authored
FUNCALL so that the cleanup function reference will be recognized as a local call. (Which is must be, since there is no XEP for cleanup functions.)
-
ram authored
functions. (They are replaced with constant NLX-info references by environment analysis.)
-
ram authored
since it is no longer pushed.
-
ram authored
lambdas.
-
ram authored
-
ram authored
rather than COMBINATION.
-
ram authored
for a BASIC-COMBINATION dest rather than COMBINATION. This was causing the function continuations for MV-binds to be annotated :MULTIPLE.
-
ram authored
allowed.
-
ch authored
-
ch authored
-
- Feb 06, 1990
-
-
ch authored
-
ch authored
(CURRENT-BUFFER)) instead of (BUFFER-PATHNAME (CURRENT-BUFFER)) as the :DEFAULT parameter so that the user always gets an intelligent default of some kind. Fixed some typos and grammatical errors and made a few otherwise gratuitous changes to various messages and doc strings.
-
ram authored
longer necessary with the new file streams.
-
ram authored
-
ram authored
core.
-
ch authored
-
wlott authored
-
wlott authored
-
ch authored
described in the R2000 book.
-
ch authored
with relative branches. Also uppercase'd all the register names.
-
- Feb 05, 1990
- Feb 03, 1990