- Apr 21, 1991
-
-
wlott authored
the stack because bytes is what allocate-number-stack-space wants.
-
wlott authored
make-array-header. Fixed the ``inst oil'' to be an ``inst o'' because the type isn't known at compile time.
-
wlott authored
the fixnum tag bits are not tacked on.
-
wlott authored
instead of the number of words needed, because the value is passed directly through to allocate-number-stack-space, which wants bytes.
-
- Apr 20, 1991
-
-
wlott authored
them. Removed the spurrious no-op from type-test.
-
wlott authored
being installed.
-
wlott authored
correct.
-
wlott authored
handle the double-float in two integer regs case. Fixed the deftransforms to supply symbols as the lambda variables instead of continuations. Added some more lifetime info to call-out.
-
wlott authored
-
wlott authored
-
wlott authored
Hacked over the sap-ref and -set VOPs to no longer flame out by running out of registers. Fixed the costs of the variable offset versions to be more than the constant offset versions.
-
wlott authored
-trapping-nan-bit constants.
-
wlott authored
structure types. Made the non-descriptor locations of the any-reg SC reserved, and moved them to the end of the list so that it will be more likely that they are available for non-descriptor usages. Added defconstants {single,double}-sc-reg-sc-number, each holding a list of all the coprocessor specific sc numbers.
-
ram authored
-
ram authored
-
ram authored
Also, changed CONVERT-AND-MAYBE-COMPILE to use WITHOUT-GCING instead of calling MAYBE-GC. This way, you don't need to load no-auto-gc (and had better not, or you will never GC.)
-
ram authored
-
ram authored
MAKE-INTERFACE-COOKIE.
-
ram authored
declarations.
-
ram authored
the NFP...
-
- Apr 19, 1991
-
-
ram authored
used.
-
- Apr 17, 1991
-
-
wlott authored
read macro to return incorrect bit-vectors.
-
- Apr 16, 1991
-
-
wlott authored
generate incorrect bit vectors.
-
- Apr 15, 1991
- Apr 14, 1991
- Apr 13, 1991
- Apr 12, 1991
- Apr 09, 1991
-
-
ram authored
ERROR. Changed PROCESS-FORM to dump calls to ERROR, CERROR or BREAK as cold load forms, so that we discover this lossage at genesis time.
-
ram authored
TNs. Also fixed a bug in multi-location load-tn spilling.
-
wlott authored
set, and deftransform the rest. Added VOPs for shift-towards-{start,end}.
-