Skip to content
Snippets Groups Projects
  1. Mar 21, 1998
  2. Mar 03, 1998
  3. Mar 01, 1998
  4. 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
  5. May 07, 1996
  6. Oct 31, 1994
  7. Feb 11, 1994
  8. Aug 30, 1993
  9. Aug 22, 1993
  10. Aug 03, 1993
  11. Jul 30, 1993
  12. Jul 22, 1993
  13. Jul 13, 1993
  14. Mar 15, 1993
  15. Mar 14, 1993
  16. Mar 13, 1993
  17. Mar 01, 1993
  18. Feb 26, 1993
  19. Feb 23, 1993
  20. Feb 19, 1993
  21. Feb 17, 1993
  22. Feb 16, 1993
  23. Feb 14, 1993
  24. Feb 13, 1993
  25. Feb 11, 1993
    • ram's avatar
      typo. · f5c30e4d
      ram authored
      f5c30e4d
    • ram's avatar
      Fix FIND-NAME-INDICES. · 109d9fb0
      ram authored
      Write SLOT-ACCESSOR-FORM to share code between raw accessors and
      the constructor.
      Fixed vector structure constructor to use AREF to store names.
      Constructors now actually work when there are R/O slots, and we also
      don't multiply fetch the raw data when initializing it.
      In typed accessors & vector constructors, intersect the vector element type
      with the slot type.
      109d9fb0
  26. Feb 10, 1993
  27. Feb 08, 1993
Loading