* change: runtimes with embedded cores (i.e. saved with :EXECUTABLE T)
don't print the startup banner, but behave as if --noinform was passed
as a command line argument. (thanks to Kevin Reid)
- * new feature: added JOIN-THREAD (by NIIMI Satoshi)
+ * new experimental feature: added JOIN-THREAD (by NIIMI Satoshi)
* optimization: code using alien values with undeclared types is much faster.
* optimization: the compiler is now able to open code SEARCH in more cases.
* optimization: more compact typechecks on x86-64 (thanks to Lutz Euler)
#!+sb-doc
"Suspend current thread until THREAD exits. Returns the result
values of the thread function. If the thread does not exit normally,
-return DEFAULT or signal JOIN-THREAD-ERROR depending on ERRORP."
+return DEFAULT or signal JOIN-THREAD-ERROR depending on ERRORP. This
+function is experimental and it is likely to be changed in the
+future."
(with-mutex ((thread-result-lock thread))
(cond ((car (thread-result thread))
(values-list (cdr (thread-result thread))))
;;; 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.3.47"
+"1.0.3.48"