- Mar 08, 1990
-
-
ram authored
which included commits to RCS files with non-trunk default branches.
-
ram authored
-
ram authored
-
ram authored
changes escape function exit continuations over to the %NLX-ENTRY.
-
ram authored
continuation being a NLX continuation. This should no longer be necessary now that environment analysis always leaves the exit continuation with a use representing the NLX value.
-
ram authored
%NLX-ENTRY function when we delete the escape function. Formerly there was no use to represent the type uncertainty of the thrown value, which could cause LTN to get confused, perhaps choosing a specialized representation when the value could in fact be of any type.
-
wlott authored
-
wlott authored
-
wlott authored
unbound-markers will be immediates (and therefore should not try to dereference an other-pointer to get at the header, 'cause there is no header for these types.)
-
wlott authored
and the real and imag slots of complex numbers.
-
wlott authored
c::two-arg-+ c::two-arg-- c::two-arg-* c::two-arg-/ c::negate
-
ram authored
-
ram authored
in gc.lisp. Set *GC-VERBOSE* in %INITIAL-FUNCTION so that it isn't unbound during top-level form processing. Restored definition of DEFAULT-DEFAULT-HANDLER, which was lost in merging.
-
ram authored
-
ram authored
if clx-ext isn't loaded.
-
ram authored
doesn't choke when this file isn't loaded.
-
ram authored
variables are defined before use. Moved constants out of the LET *compile-time-define-macros* so that DEFINE-SYSTEM-CONSTANT is defined. Added type-boot.
-
- Mar 07, 1990
-
-
wlott authored
-
wlott authored
(primitive-type 'simple-string) to return T.
-
wlott authored
Transform char-int into char-code, 'cause we no longer support char bits. Transform %type-check-error, %odd-keyword-arguments-error, &unknown-keyword-argument-error, and %argument-count-error into VOPs that signal that error. Transform header-{ref,set,length} into simple-vector operations that do something similar, for until we nuke all references to header-mumble.
-
wlott authored
Why do the move myself, when the move vop can do it for me?
-
wlott authored
structure-{ref,set}, except they take the index as an argument instead of as info.
-
wlott authored
-
ram authored
-
ram authored
but still loaded before the structures are defined.
-
wlott authored
-
- Mar 06, 1990
-
-
wlott authored
the rest of the system.
-
wlott authored
closure-base-size.
-
wlott authored
-
ch authored
right thing to do though.
-
ch authored
-
ch authored
-
ch authored
-
wlott authored
-
wlott authored
-
wlott authored
Added allocator vop for complex and ratio.
-
wlott authored
-
wlott authored
instead of loading the arg registers and trashing state.
-
wlott authored
pointer{+,-} make-fixnum/make-other-immediate {signed-,}{pointer,32bit,16bit,8bit}-system-{ref,set} current-sp (only 'cause it was easy) halt
-
ram authored
considered to be live. Grr...
-