- May 23, 1990
- May 22, 1990
- May 21, 1990
-
-
ram authored
VALID-FUNCTION-USE is unable to determine the whether the template applies. If the VOP operand is unrestrictive, but we know it is of an unknown type, then the type-operation will fail but the template can still be selected, since PRIMITIVE-TYPE isn't fooled.
-
ram authored
NIL. Also, improved the function description to make the return values clearer.
-
- May 19, 1990
-
-
wlott authored
to explicitly wire one of its temps to $L1, otherwise all the regs would get wired sometime or another, which would make it hard to allocate a NFP.
-
wlott authored
the output is not quite as verbose.
-
wlott authored
of args, 'cause that's where they are now. Changed tail-call-variable so that the args pointer is no longer restricted to the ARGS register, 'cause the new call convention makes no such requirement.
-
wlott authored
-
- May 18, 1990
- May 17, 1990
-
-
ram authored
are avaliable to the new compiler.
-
ram authored
some weird TYPE-CHECK annotation. This prevents us from trashing type check generation.
-
ram authored
(i.e. COMMON). Also, we don't preserve the original check just because there was some supertype predicate.
-
ram authored
the control flow to a simple loop. Changed PROCESS-FORM to bind *CURRENT-PATH* to the source path for the current form, if any. This is necessary to preserve the most specific source path info, now that we expand macros in preprocessing.
-
ram authored
-
ram authored
no known path.
-
ram authored
possible context form, not just enclosing forms.
-
- May 16, 1990
-
-
wlott authored
-
ram authored
will actually get called.
-
ram authored
straightfoward code (from the compiler's point of view.) Previously we returned T or NIL, rather than the correct tail of the list.
-
ram authored
and not try to test "result types" if the template is conditional but not in a conditional context.
-
ram authored
Added REOPTIMIZE-LAMBDA-VAR and made DELETE-REF call it when we delete the second-to-last reference to a LAMBDA-VAR.
-
ram authored
-
ram authored
Fixed continuation substitution stuff to look at the let's home lambda so that we will sometimes do something.
-
ram authored
variable is indirect.
-
ram authored
cross compilation environment.
-
ram authored
-
- May 15, 1990