- Feb 08, 1991
-
-
ram authored
-
- Oct 13, 1990
- Sep 27, 1990
-
-
wlott authored
-
- Aug 24, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 19, 1990
-
-
ram authored
just real constants. This is to get debug-info in read-only space since the PURIFY miscop doesn't seem to be doing this right. Also specify read-only T to TRANSPORT-G-VECTOR when transporting function constants.
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 20, 1990
-
-
ram authored
localify so that GGS doesn't get confused by objects being trashed with GC forwards. In TRANSPORT-FUNCTION, we must be prepared to find closure-entry objects (and treat them the same as normal entries.) Also, we must check if the entry for a closure is pure before transporting the entry. In various places, I had to flush uses of INFO, since this accesses global variables (*info-environment*).
-
- Feb 10, 1990
- Feb 09, 1990
-
-
ram authored
that it will preserve locality. With the new function representation, we need to transport both the function entry and function constants in LOCALIFY to ensure that they are near each other. Doing this transporting also prevents the recursion in TRANSPORT-FUNCTION from losing now that there can be circular references. Also changed INLINEP to know about (INFO FUNCTION INFO ...). Blew away plist hackery, as that info is all maintained by gloabldb now. Hacked on SAVE-STAND-ALONE-LISP so that it should work, but it needs to blow away debug info, etc.
-
- Feb 06, 1990
-
-
ram authored
-