- Feb 23, 1990
-
-
wlott authored
-
wlott authored
reg. Changed pseudo-atomic macro to emit a break instruction when a pending interrupt is detected.
-
wlott authored
Added :length, so double-float-type doesn't have to have a dummy slot. Added definition for SAPs.
-
wlott authored
-
wlott authored
Added TARGET-mumble-STACK-START. Added TARGET-HEAP-START and TARGET-HEAP-LENGTH. Exported above.
-
ram authored
-
- Feb 22, 1990
-
-
wlott authored
-
wlott authored
Add *saved-global-pointer*, *saved-control-stack-pointer*, *saved-binding-stack-pointer*, *saved-allocation-pointer*, and *saved-flags-register* to the list of initial symbols.
-
wlott authored
Translate make-symbol into make-symbol-vop.
-
wlott authored
a C symbol.
-
ch authored
-
ram authored
-
- Feb 21, 1990
- Feb 20, 1990
-
-
wlott authored
-
wlott authored
Fixed reference to value-cell-type to be value-cell-header-type.
-
wlott authored
-
wlott authored
-
wlott authored
Added automatic generation of slot-ref and slot-set for :rest t slots.
-
wlott authored
Added closure-function-header and value-cell-header.
-
wlott authored
compile-time.
-
wlott authored
-
wlott authored
Changed call to load-foreign to emit load-foreign instruction. (oops)
-
wlott authored
Added header word stuff.
-
wlott authored
-
ram authored
wrote COERCE-TO-SMALLEST-ELTYPE and used it in various places to dump i-vectors when possible.
-
ram authored
vector in the VOP-SAVE-SET, rather than doing the old info-arg hack.
-
ram authored
VOP-GENERATOR-NUMBER.
-
ram authored
DO-LIVE-TNS macros.
-
ram authored
order, and starts with the bind block. This required disabling the code that attempts to drop through on tail calls. When I redo call to get tail calls right, this should start working again, at least in the simple cases we really care about.
-
- Feb 19, 1990
-
-
ram authored
compiler.
-
ram authored
compiler. Installing an interpreted definition was breaking the compiler/eval, presumably because some calls aren't inline expanded yet.
-
ram authored
-
ram authored
IR1-TOP-LEVEL. Changed these interfaces to take TLF numbers instead of source paths, since that is what they really operate on.
-
ram authored
longer does this. Also, changed the PATH arg to IR1-TOP-LEVEL to be a TLF number (i.e. 0 instead of '(0)).
-
ram authored
FIND-SOURCE-PATHS. Now we call FIND-SOURCE-PATHS before doing our recursive PROCESS-FORM walk, and we just pass around the TLF number, instead of constructing a source path as we go. This allowed PROCESS-FORM to be changed to expand macros.
-
ram authored
instead of always defining a transform for string/=*.
-