- Dec 17, 1992
-
-
wlott authored
off when creating functions or cons cells.
-
- Dec 16, 1992
- Dec 13, 1992
-
-
wlott authored
which are used by (the new) vm-ir2tran to do the stuff that was previously handled by define-for-each-primitive-object. Added set, closure-ref, closure-init, value-cell-ref, and value-cell-set because the compiler expects those vops to exist.
-
wlott authored
do the allocations that were previously handled by define-for-each-primitive-object. Added make-closure and make-value-cell because the compiler really wants vops to exist for them.
-
- Dec 07, 1992
-
-
wlott authored
-
- Dec 05, 1992
-
-
wlott authored
-
- Oct 20, 1992
- Oct 11, 1992
-
-
wlott authored
-
- Aug 02, 1992
-
-
wlott authored
type to be tagged-num instead of fixnum.
-
- Jul 31, 1992
-
-
wlott authored
the scheduler doesn't move stuff into or out of the atomic region.
-
- Jul 27, 1992
-
-
hallgren authored
points so the scheduler doesn't help us out by removing the nop.
-
- Jul 23, 1992
-
-
hallgren authored
-
- Jul 09, 1992
- Jun 09, 1992
-
-
wlott authored
-
- May 24, 1992
- May 21, 1992
-
-
wlott authored
-
wlott authored
-
wlott authored
find it.
-
wlott authored
they emit code locations.
-
wlott authored
-
wlott authored
bytes of the single value return point from the multiple value return point for :unknown-return code locations.
-
wlott authored
either a :single-value-return or :unknown-return code-location.
-
- Apr 29, 1992
-
-
wlott authored
-
- Apr 28, 1992
-
-
wlott authored
convention itself instead of assuming that everyone else is going to leave that much slop on the stack. Fixed a bug in alloc-number-stack-space where it would loose the number-stack-displacement when the result tn was location= to the nsp. This happens when allocating frames for call-out.
-
wlott authored
needed for the register window. The call-out vop now takes the callee save area into account when allocating the frame.
-
- Apr 27, 1992
- Apr 14, 1992
- Apr 01, 1992
-
-
wlott authored
if between 2 and 6 (inclusive) values were expected. Also, spiffed up the case where > 6 values were expected.
-
- Mar 27, 1992
-
-
wlott authored
-