- Aug 02, 1992
-
-
wlott authored
Was ignoring the header size and just including the extra in the header. Also, fixed allocation of static-length things to only adjust ALLOC once. Was allocating twice as much memory as necessary by adding in the size twice.
-
- Jul 28, 1992
-
-
wlott authored
into the immediate SC. Wrote several vops to use :constant arg types better. Rewrote all the type testing stuff.
-
- Mar 11, 1992
-
-
wlott authored
-
- Mar 20, 1991
-
-
wlott authored
-
- Feb 20, 1991
-
-
ram authored
-
- Nov 03, 1990
-
-
wlott authored
-
- Sep 21, 1990
-
-
wlott authored
a foreign function.
-
- Sep 17, 1990
-
-
wlott authored
an additional slot that holds the raw address of the function (i.e. the location to jump to). Named-call just uses this value.
-
- Jul 16, 1990
-
-
wlott authored
of assuming the header has already been evaluated.
-
- Jul 02, 1990
-
-
wlott authored
symbols function slot to be the undefined function.
-
- Jun 09, 1990
-
-
wlott authored
accessors (still in cell.lisp), the allocation stuff (in alloc.lisp) and the defknowns (in vm-fndb.lisp). This was prompted by the the old loader barfing on the huge form generated when they were all in cell.lisp.
-
- May 31, 1990
-
-
wlott authored
not just the constants.
-
- May 30, 1990
-
-
cvs2git authored
-
- May 25, 1990
- Apr 24, 1990
-
-
wlott authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 28, 1990
-
-
wlott authored
this to make sure all the cons cells remain positioned the same relative to each other. Don't use vm:pad-data-block to round the size of a cons cell when writing into the cdr of the previous cell because it converts from words to bytes.
-
- Feb 27, 1990