- Dec 17, 1992
-
-
wlott authored
off when creating functions or cons cells.
-
- Dec 16, 1992
-
-
wlott authored
-
wlott authored
instead of using NIL.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
is changed by the pseudo-atomic.
-
wlott authored
actually be something reasonable.
-
wlott authored
-
wlott authored
-
wlott authored
vops.
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
Added lots of gengc stuff under #+gengc.
-
wlott authored
define-primitive-object and friends live here. Fixed def-reffer, def-setter, and def-allocator to also install an ltn-annotate optimizer so that the ir2-convert optimizers actual get used.
-
wlott authored
-
ram authored
-
ram authored
-
ram authored
-
- Dec 15, 1992
-
-
wlott authored
-
wlott authored
:ref-known for vector-length into vm-fndb so that it is known when array-tran gets loaded. Added a type of index to the code-code-size slot.
-
wlott authored
we can cold load defstruct. And put in a comment as to why it is there.
-
wlott authored
generational GC stuff conditionalized under #+gengc.
-
wlott authored
a missing close paren.
-
- Dec 14, 1992
-
-
ram authored
an error.
-
- Dec 13, 1992
-
-
wlott authored
-
wlott authored
exist.
-
wlott authored
-
wlott authored
-
wlott authored
-
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
now.
-
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.
-
wlott authored
var-alloc which are used by (the new) vm-ir2tran to 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.
-
wlott authored
realpart, and imagpart.
-
wlott authored
-
wlott authored
it is always known at compile time. Changed the set vop to not have a result because we don't want it.
-