1.0.35.3: Give initial thread function an explicit name..
authorTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Thu, 4 Feb 2010 21:13:04 +0000 (21:13 +0000)
committerTobias C. Rittweiler <trittweiler@users.sourceforge.net>
Thu, 4 Feb 2010 21:13:04 +0000 (21:13 +0000)
...for slightly improved backtrace experience.

src/code/target-thread.lisp
version.lisp-expr

index c3cdf38..e513872 100644 (file)
@@ -880,7 +880,7 @@ around and can be retrieved by JOIN-THREAD."
          (setup-sem (make-semaphore :name "Thread setup semaphore"))
          (real-function (coerce function 'function))
          (initial-function
-          (lambda ()
+          (named-lambda initial-thread-function ()
             ;; In time we'll move some of the binding presently done in C
             ;; here too.
             ;;
index ff405e3..e75d2bc 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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.35.2"
+"1.0.35.3"