Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1:/tmp/cvs-serv12069
Modified Files:
Tag: dan_native_threads_branch
version.lisp-expr
Log Message:
0.7.54.thread.13
#+quis-custodiet-control-stack
Reintroduce the control stack exhaustion checking that had
been disabled when doing the original cope-with-multi-threads
work.
New static symbol *current-thread* (actually an aligned
machine word that looks like a fixnum, *current-thread-address*
would be a better name)
protect_control_stack_guard_page gets another arg for the
thread whose control stack needs guarding. Lisp glue hides
this, though
Nopify uninstall_low_level_interrupt_handlers_atexit for the
time being: we don't want the first exiting thread to remove
our handlers for all the others
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.662.2.9
retrieving revision 1.662.2.10
diff -u -d -r1.662.2.9 -r1.662.2.10
--- version.lisp-expr 13 Dec 2002 02:03:24 -0000 1.662.2.9
+++ version.lisp-expr 18 Dec 2002 17:23:43 -0000 1.662.2.10
@@ -18,4 +18,5 @@
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.9.54.thread.12"
+"0.7.9.54.thread.13"
+
|