- Apr 24, 1991
-
-
ram authored
unnecessarily dependent on the availability of meta-compile time VOP info.
-
- Apr 23, 1991
-
-
chiles authored
Added COUNT-ME VOP which was missing in RT port.
-
chiles authored
Added export of *assembly-unit-length*. Commented something.
-
chiles authored
I deleted DEFENUM and PAD-DATA-BLOCK since we now get them from this file Rob created and moved stuff into: ../generic/vm-macs.lisp.
-
ram authored
-
chiles authored
-
ram authored
QUICK-INTEGER-TO-STRING.
-
ram authored
size and type. Also, printing can be limited by object count, in which case we don't print page breaks.
-
chiles authored
-
chiles authored
-
ram authored
-
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.)
-