Skip to content
Snippets Groups Projects
  1. Feb 08, 1991
  2. Oct 13, 1990
  3. Sep 27, 1990
  4. Aug 24, 1990
  5. May 30, 1990
  6. Mar 19, 1990
  7. Mar 05, 1990
  8. Feb 20, 1990
    • ram's avatar
      Fixed a bunch of bugs in localify. We call GC-GROVEL-STACK before doing · d61db8af
      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*).
      d61db8af
  9. Feb 10, 1990
  10. Feb 09, 1990
    • ram's avatar
      Frobbed the function hacking stuff so that it has a chance of working, and so · d162ed4b
      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.
      d162ed4b
  11. Feb 06, 1990
Loading