Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
clx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alastair Bridgewater
clx
Commits
f69c337c
Commit
f69c337c
authored
21 years ago
by
dan
Browse files
Options
Downloads
Patches
Plain Diff
bump version number, release
darcs-hash:20031111021452-2591e-a150d5e9238970403eeec9cf26839dd7e50aaace.gz
parent
846320dd
No related branches found
Branches containing commit
Tags
release_0_5_4_
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+5
-3
5 additions, 3 deletions
NEWS
clx.asd
+1
-1
1 addition, 1 deletion
clx.asd
with
6 additions
and
4 deletions
NEWS
+
5
−
3
View file @
f69c337c
-*- 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 ---
...
...
This diff is collapsed.
Click to expand it.
clx.asd
+
1
−
1
View file @
f69c337c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment