|
[Sbcl-commits] CVS: sbcl NEWS, 1.1818, 1.1819 version.lisp-expr,
1.5037, 1.5038
From: Nikodemus Siivola <demoss@us...> - 2010-09-30 08:39
|
Update of /cvsroot/sbcl/sbcl
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv15288
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.43.11: smarter timer expiry
When expiring timers, run all expired timers instead of setting the
system timer again after expiring a single one.
Hopefully addresses lp#375515.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1818
retrieving revision 1.1819
diff -u -d -r1.1818 -r1.1819
--- NEWS 30 Sep 2010 08:36:38 -0000 1.1818
+++ NEWS 30 Sep 2010 08:39:39 -0000 1.1819
@@ -13,6 +13,8 @@
* bug fix: interrupts arriving due to CL:OPEN caused an error.
* bug fix: overeager character buffering could cause input to block
spuriously when reading from a pipe (lp#643686)
+ * bug fix: more efficient timer expiry should avoid starvation on systems
+ where number of SIGALRMs per second is restricted. (lp#375515)
changes in sbcl-1.0.43 relative to sbcl-1.0.42:
* incompatible change: FD-STREAMS no longer participate in the serve-event
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.5037
retrieving revision 1.5038
diff -u -d -r1.5037 -r1.5038
--- version.lisp-expr 30 Sep 2010 08:36:38 -0000 1.5037
+++ version.lisp-expr 30 Sep 2010 08:39:39 -0000 1.5038
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.43.10"
+"1.0.43.11"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1818, 1.1819 version.lisp-expr, 1.5037, 1.5038 | Nikodemus Siivola <demoss@us...> |