- Mar 10, 1990
- Mar 09, 1990
-
-
ram authored
-
- Mar 08, 1990
-
-
wlott authored
%verify-argument-count 'cause they got lost when I advanced the compiler sources I was compiling against.
-
wlott authored
a strange header file for C.
-
wlott authored
-
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
-
- Mar 07, 1990
-
-
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
-
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...
-