Skip to content
Snippets Groups Projects
  1. Feb 19, 1997
  2. Feb 18, 1997
  3. Feb 17, 1997
    • dtc's avatar
      Transport table fix, type_InstanceHeader should be trans_boxed. · 18369c77
      dtc authored
      Size table fix, type_InstanceHeader should be size_boxed.
      
      The scavenge function can be compiled to either directly dispatch to
      the scavenge functions, or handle some common cases itself
      (pointers/forwarding-pointers, fixnums) only calling the dispatch
      functions if necessary. In the second case there was redundant pointer
      and forwarding pointer checks in the pointer scavenging functions -
      this redundancy has been removed. Now define DIRECT_SCAV to have
      scavenge directly call the scavenge functions, else it handles some
      common cases itself (which gives better performance); the appropriate
      versions of the pointer scavenging functions will be compiled.
      18369c77
  4. Feb 15, 1997
  5. Feb 14, 1997
  6. Feb 13, 1997
  7. Feb 12, 1997
  8. Feb 11, 1997
  9. Feb 10, 1997
  10. Feb 09, 1997
    • pw's avatar
      In maybe-diddle-case, when working on a PATTERN object, the original · 9ad69e85
      pw authored
      object was returned wrapped up as the first piece of a new PATTERN.
      This was traced to a typo where 'thing' (the original pattern) was
      passed to 'function' instead of the lambda arg 'piece'.
      Now, (directory "HOST:DIR;NAME*") does something reasonable.
      9ad69e85
Loading