- Aug 24, 1993
- Aug 23, 1993
-
-
ram authored
alien-types) that have superclasses. This was especially problematic with the Dylan collection heterarchy, but some problems could arise with e.g. (subtypep `(member ,#'cons) '(function (t t) cons)) (not technically legal in CL, but used by the compiler on legal programs.)
-
wlott authored
-
wlott authored
-
wlott authored
that we get a sensible error if any more leafs get added.
-
- Aug 22, 1993
- Aug 21, 1993
- Aug 20, 1993
-
-
ram authored
compute the number of args. Added push-n-under to disassembler.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
-
ram authored
non-standard, we can avoid option & keyword lossage.
-
ram authored
-
ram authored
compiled.
-
ram authored
-
ram authored
-
ram authored
a function when the arg has been deleted due to being unreferenced. Add stuff to inline structure accessors when no type check is needed. Suppress some type warnings for uses of POSITION on the closure environment. Do type checking of arguments to local functions in the callee, since the interpreter doesn't check the arg types itself before simulating a local call.
-
ram authored
Wrote with-extended-operand macro for use by XOPs with variable-length inline args. Wrote PUSH-N-UNDER XOP.
-
ram authored
-
ram authored
-
wlott authored
bits, not 14, because we can only fit 11 bits in the compare-immediate instruction, and 2 are needed for the fixnum lowtag.
-
ram authored
*readable* instead of vice-versa, becase *readable* is bound by load & can't be effectively assigned.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
useful.
-