- Feb 15, 1990
-
-
ram authored
-
ram authored
-
ram authored
the CAR of the list.
-
ram authored
-
ram authored
-
ram authored
Instead of doing two passes over the environments, we do only one, and assign the IR2 environment before the lambda-var TNs, rather than vice-versa. The only reason for doing two passes was to allow the primitive type of variables to be gotten from the TN (thus avoiding duplicated calls to PRIMITIVE-TYPE), but this doesn't seem to be a big deal.
-
ram authored
-
ram authored
-
ram authored
at the end.
-
- Feb 14, 1990
-
-
wlott authored
could figure out why it should change for different architectures despite the comment claiming that.
-
wlott authored
-
wlott authored
that genesis can dump it into the C header file.
-
wlott authored
-
wlott authored
-
ram authored
-
ram authored
that named print functions can be defined after the structure.
-
- Feb 13, 1990
-
-
wlott authored
-
wlott authored
Emit the number of constants, not the number of header words for code components. Changed fixups to expect strings instead of symbols. Emit closure functions now that I know what they are.
-
wlott authored
so that the code vector will be dual-word aligned.
-
ram authored
-
ram authored
-
ram authored
areas more easily.
-
- Feb 12, 1990
-
-
ram authored
-
ram authored
-
ram authored
DEFINE-INFO-TYPE search for an unused type number instead of using *TYPE-COUNTER*. Flushed *TYPE-COUNTER*.
-
ram authored
-
ram authored
DEFSTRUCT-SLOT-DESCRIPTION to use INFO TYPE DEFINED-STRUCTURE-INFO.
-
ram authored
-
ram authored
-
ram authored
-
ram authored
TYPE PRINTER. These get around problems with the printer &c thinking that the DD from compilation of a structure definition is the actual loaded one.
-
ram authored
to COMPILE-FOR-EVAL. Also, changed eval function cache replacement to be less eager to flush functions from the cache: the threshold is now GCs/call rather than calls/GC.
-
ram authored
-
ram authored
-
ram authored
the strings for the name and type to INFO instead of the symbols.
-
- Feb 11, 1990
- Feb 10, 1990