- May 12, 1990
-
-
ram authored
(in addition to the existing caching per info-env the name=>types translatio Also added new info types for type system support, so that we don't use hashtables so much.
-
ram authored
any for :CONSTANT operands.
-
ram authored
subtypep's benefit.
-
ram authored
be totally flushed only when safety = 0. Also, when printing a type warning, check to see if the losing value is a constant, and if so, print it instead of its type.
-
ram authored
-
ram authored
If source context is a node, we record the source for it's DEST (if any) as enclosing-source, along with a string describing how the value is used. This enclosing source info is printed when it seems useful. Also, TREE-EQUAL is used instead of EQUAL so that we won't lose on circular forms, we correctly handle NIL source forms, and we print more blank lines to separate consequtive error messages.
-
ram authored
no DEST.
-
ram authored
-
ch authored
-
ch authored
-
ch authored
-
- May 11, 1990
-
-
wlott authored
-
wlott authored
-
wlott authored
-
wlott authored
Allow fixnums that are in descriptor-regs. Fixed some lifetime problems
-
wlott authored
-
wlott authored
therefore had the named type function instead of a function type) from breaking the compiler.
-
wlott authored
-
wlott authored
thing else.
-
wlott authored
tn gets passed in through the info args, and therefore does not get considered for lifetime analysis. Therefore, we must make sure that we don't need *anything* when we clobber that register.
-
wlott authored
the load/compile order, i.e. before static-fn.
-
wlott authored
the NFP tn.
-
wlott authored
-
- May 10, 1990
- May 09, 1990
-
-
ram authored
-
ram authored
-
ram authored
variables correctly.
-
wlott authored
Redid, reformated, and generally replaced the bignum package exports.
-
wlott authored
sized things into random-immediate.
-
wlott authored
Fixed %digit-0-or-plusp to be defknowned to return boolean instead of (mod 2).
-
wlott authored
-
wlott authored
-
wlott authored
any attention to the primitive type restrictions when picking load-tns.
-
wlott authored
-
wlott authored
Wrote signed-byte-32-len and unsigned-byte-32-count which translate integer-length and logcount. The signed/unsigned choices are based on what makes the most sence for bignums.
-
wlott authored
-