Skip to content
Snippets Groups Projects
Commit f69c337c authored by dan's avatar dan
Browse files

bump version number, release

darcs-hash:20031111021452-2591e-a150d5e9238970403eeec9cf26839dd7e50aaace.gz
parent 846320dd
No related branches found
Tags release_0_5_4_
No related merge requests found
-*- Text -*-
--- Changes in SBCL CLX 0.5.4, FILL ME IN AT RELEASE TIME ---
--- Changes in SBCL CLX 0.5.4, Tue Nov 11 00:02:43 2003 ---
A change in the implementation of PROCESS-BLOCK and PROCESS-WAKEUP
under multithreaded SBCL. Previous versions used queues and condition
variables, but this seems to have undesireable performance
characteristics; the newer version uses a polling loop calling
sched_yield() inside, which is more resource-hungry but greatly
improves responsiveness.
sched_yield() inside, which greatly improves responsiveness, but is
more CPU-hungry (as perceived by top(1), at least; in theory it
only hogs the CPU when nobody else wants it).
--- Changes in SBCL CLX 0.5.3, Sat Sep 6 12:14:39 UTC 2003 ---
......
......@@ -36,7 +36,7 @@
(defsystem CLX
:depends-on (sb-bsd-sockets)
:version "0.5.3"
:version "0.5.4"
:serial t
:default-component-class clx-source-file
:components
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment