- Dec 17, 1992
-
-
wlott authored
(code-header-ref code code-debug-info-slot) to (%code-debug-info code).
-
wlott authored
-
wlott authored
(%code-debug-info component).
-
wlott authored
(setf (code-header-ref code code-debug-info-slot) ...) to: (setf (%code-debug-info code) ...)
-
wlott authored
-
wlott authored
-
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.
-