- Apr 23, 1991
-
-
ram authored
-
ram authored
RECURSIVE attributes.
-
ram authored
they don't have the EXPLICIT-CHECK attribute.
-
ram authored
Changed INTERNAL-LOAD to CERROR if you attempt to load a file with a fasl type, but that doesn't have a fasl header. Changed FASLOAD to use FILE-LENGTH instead of LISTEN to tell whether the file is empty, since LISTEN currently doesn't work.
-
ram authored
-
ram authored
-
ram authored
made %TYPEP flushable.
-
ram authored
safe code.
-
ram authored
-
ram authored
-
ram authored
function's definition.
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
vector was quite low, and there are 1600 of them in the core.
-
wlott authored
-
wlott authored
-
wlott authored
to load the last src word or not backwards, so we didn't load it when we needed it. (And potentially read one too many words when we didn't need it.)
-
wlott authored
1 instead of 2.
-
wlott authored
stack instead of trying to crank through all of memory.
-
wlott authored
-
- Apr 22, 1991
-
-
ram authored
interpreted code, even when the interpreter is compiled unsafe.
-
wlott authored
Fixed now.
-
wlott authored
-
wlott authored
-
ram authored
that we don't lose GC triggers.
-
chiles authored
Changed a lot of erroneous three-arg N's to a MOVE and some for of N(ILx). Fixed a lot of CAL calls that needed to supply the local "alloc" twice. There's a whole new generic assembly routine. Someone changed a DOTIMES from 15 to 16, who and why I don't know.
-
chiles authored
replaced by a big comment and an explicit CAL. Also, a LISP-RETURN using an offset of 1 instead of 2. I can't tell from the output of rcsdiff whether the ,v file is correct, or whether my working file is correct. William told me to check in this file, so I'm trusting him.
-
wlott authored
-
ram authored
-
ram authored
compilation of any new VOP definition that inherit from existing ones, but also saves much space (especially in static space.)
-
- Apr 21, 1991
-
-
ram authored
the slave GC notification is. Other values are like for "Input Wait Alarm", :LOUD-MESSAGE and NIL.
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
trigger page protections whenever it changes the lisp *GC-TRIGGER*. This should prevent problems with GC never happening when the reclaim goal is increased. Also, merged Bill's fix from the old system whereby we only frob *GC-INHIBIT* related to the inhibit hook when the hook returns T. And I changed the default before&after hooks to not beep unless *GC-VERBOSE* is :BEEP, which is *not* the default.
-
wlott authored
make-fixnum to actually return the resultant fixnum.
-
wlott authored
to add them to keep the lisp stub routine from calling itself.
-
wlott authored
the stack because bytes is what allocate-number-stack-space wants.
-
wlott authored
make-array-header. Fixed the ``inst oil'' to be an ``inst o'' because the type isn't known at compile time.
-
wlott authored
the fixnum tag bits are not tacked on.
-
wlott authored
return them to the lisp code.
-
wlott authored
instead of the number of words needed, because the value is passed directly through to allocate-number-stack-space, which wants bytes.
-
ram authored
when SMALL.
-