Skip to content
Snippets Groups Projects
  1. Jan 04, 1998
    • dtc's avatar
      Define a new function process-wait-until-fd-usable; similar to · 9e78a0f2
      dtc authored
      sys:wait-until-fd-usable but uses process-wait so avoids blocking if
      there are other runnable processes.
      
      Redefine the sleep function to use process-wait-with-timeout to avoid
      blocking if there are other runnable processes.
      9e78a0f2
  2. Nov 21, 1997
  3. Nov 18, 1997
  4. 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
  5. Sep 15, 1997
  6. Jan 18, 1997
  7. May 07, 1996
  8. Jul 26, 1995
  9. Oct 31, 1994
  10. Feb 15, 1994
  11. Feb 11, 1994
  12. Sep 03, 1993
  13. Aug 30, 1993
  14. Aug 26, 1993
  15. Aug 19, 1993
  16. May 25, 1993
  17. May 22, 1993
  18. Feb 26, 1993
  19. Feb 21, 1993
  20. Feb 04, 1993
  21. Apr 12, 1992
  22. Mar 08, 1992
  23. Feb 29, 1992
  24. Feb 21, 1992
  25. Feb 18, 1992
  26. Feb 14, 1992
  27. Jan 21, 1992
  28. Dec 16, 1991
  29. Dec 15, 1991
  30. Nov 29, 1991
  31. Aug 30, 1991
  32. Feb 14, 1991
    • ram's avatar
      · f5ff3bf4
      ram authored
      .../systems-work/code/eval.lisp, 09-Aug-90 15:23:35, Edit by Chiles, Rob, Wlott.
        Fixed INTERACTIVE-EVAL to frob +, ++, +++ correctly.
      f5ff3bf4
  33. Feb 08, 1991
  34. Jan 31, 1991
  35. Jan 30, 1991
Loading