mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
- Spinlocks have been replaced by ordinary locks. Without access to the underyling scheduler, spinlocks provide no performace benefit and may even be harmful in case of high contention. - Synchronization of process creation and exiting has been simplified. Instead of a spinlock, a barrier and atomic operations we now use only a single lock protecting the shared process state and a condition variable for implementing process joins. - Some locks which were implemented using Lisp objects now directly use a native mutex. - Our own mutex implementation has been removed as it is now unused. |
||
|---|---|---|
| .. | ||
| c | ||
| doc | ||
| ecl | ||
| gc | ||
| gmp | ||
| tests | ||
| util | ||
| Makefile | ||