Skip to content
Snippets Groups Projects
  1. Dec 05, 1997
  2. Dec 03, 1997
  3. Nov 21, 1997
  4. Nov 19, 1997
  5. Nov 18, 1997
  6. Nov 05, 1997
    • dtc's avatar
      Replace the allocation macros with a function, and pass the VOP · 7b60cd6a
      dtc authored
      node-var as an optional argument so the allocation function can make
      policy decisions (to inline with GENCGC).
      
      Remove the make-complex-{single,double}-float functions, and just
      define the VOPs as translations of the complex function.
      
      Fix a few bugs in the complex-float move VOPs.
      7b60cd6a
  7. Nov 04, 1997
    • dtc's avatar
      Merge in changes to the x86 backend from the gencgc branch, allowing · 725ab9ee
      dtc authored
      common binaries to be run on both:
      
      * The immediate-stack storage class has been removed, this is
      unnecessary as the descriptor-stack SC can be used. It may have once
      been part of some GC stragety to reduce the number of stack slots that
      needed to be noted for a GC.
      
      * The object allocation has been abstracted and cleaned up. This
      should produce slightly faster smaller code with CGC, and can be
      compiled to support inline allocation with GENCGC.  CGC compiled code
      will run under GENCGC, and GENCGC binaries that don't use inline
      allocation will run under CGC.
      
      * A random hash is now placed in the unused symbol object slot (the
      symbol-hash slot). This saves flushing the info cache at each GC, and
      may have other uses for symbol based hash tables. Should help MP
      safety.
      
      * Common set of static symbols used by both CGC and GENCGC.
      
      * Corrections to the stack-ref VOP; now returns lisp objects not
      unsigned numbers. Required some patches to debug-int.
      
      * Inline unsigned/signed byte 32 to bignum allocation enabled.
      
      * Support for the x86 xadd instruction applied to instance slot and
      symbol values - may be handy for some MP code.
      
      * Bump up the FASL file version from 1 to 2.
      725ab9ee
  8. Oct 25, 1997
    • pw's avatar
      From: Timothy Miller <tsm@cs.brown.edu> · 9a08b1c8
      pw authored
      Ok, here are the updated patches to make the same cmucl lisp.core work
      across OS versions under irix, still by making tzname resolved at runtime
      (on irix only).
      9a08b1c8
  9. Sep 15, 1997
  10. Jun 26, 1997
  11. Feb 10, 1997
  12. Jan 21, 1997
  13. Feb 27, 1995
  14. Oct 31, 1994
  15. Jun 17, 1994
  16. Apr 12, 1994
  17. Apr 06, 1994
  18. Feb 11, 1994
  19. Aug 27, 1993
  20. Aug 26, 1993
    • wlott's avatar
      typo · 63165cf4
      wlott authored
      63165cf4
  21. Aug 25, 1993
  22. Jul 26, 1993
  23. Jun 13, 1993
  24. Jun 08, 1993
  25. May 25, 1993
  26. May 21, 1993
  27. May 19, 1993
  28. May 18, 1993
Loading