Skip to content
Snippets Groups Projects
  1. Apr 23, 1997
  2. Apr 21, 1997
  3. Apr 20, 1997
  4. Apr 19, 1997
  5. Apr 18, 1997
  6. Apr 16, 1997
  7. Apr 13, 1997
  8. Apr 12, 1997
  9. Apr 09, 1997
    • dtc's avatar
      New value for the :pure option of defstruct, :substructure. Purify · 3d400aaa
      dtc authored
      will place the instance in the static space but still move the
      substructure lists and arrays to the RO space. This is needed for
      compact-info environments which cache the last name in the instance
      which needs to be scavenged, but the hash arrays can still be placed
      in the RO space (the cache name was not being scavenge which could
      cause a false hit if very unlucky). Shall uses this new option in
      compiler/globaldb.lisp after people have had a chance to bootstrap in
      this new support.
      3d400aaa
  10. Apr 02, 1997
  11. Apr 01, 1997
  12. Mar 29, 1997
  13. Mar 26, 1997
  14. Mar 25, 1997
  15. Mar 20, 1997
  16. Mar 19, 1997
  17. Mar 17, 1997
  18. Mar 16, 1997
  19. Mar 15, 1997
Loading