From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: About cleaning up the thread stuff Date: Tue, 18 Jan 2005 22:04:45 +0100 Message-ID: References: <1106071697.14784.2.camel@localhost.localdomain> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1106082345 14739 80.91.229.6 (18 Jan 2005 21:05:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Jan 2005 21:05:45 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Jan 18 22:05:37 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Cr0Xg-0003kQ-00 for ; Tue, 18 Jan 2005 22:05:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cr0jb-0007Tl-JO for guile-devel@m.gmane.org; Tue, 18 Jan 2005 16:17:55 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Cr0j8-0007Mq-1n for guile-devel@gnu.org; Tue, 18 Jan 2005 16:17:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Cr0j3-0007JV-6U for guile-devel@gnu.org; Tue, 18 Jan 2005 16:17:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Cr0j3-0007JH-0i for guile-devel@gnu.org; Tue, 18 Jan 2005 16:17:21 -0500 Original-Received: from [129.217.163.1] (helo=mail.dt.e-technik.uni-dortmund.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Cr0Ws-0008SF-KI for guile-devel@gnu.org; Tue, 18 Jan 2005 16:04:46 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 07B474F681; Tue, 18 Jan 2005 22:04:46 +0100 (CET) Original-Received: from mail.dt.e-technik.uni-dortmund.de ([127.0.0.1]) by localhost (krusty [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 07150-04-2; Tue, 18 Jan 2005 22:04:45 +0100 (CET) Original-Received: from troy.dt.e-technik.uni-dortmund.de (troy.dt.e-technik.uni-dortmund.de [129.217.163.17]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 7804F4F67B; Tue, 18 Jan 2005 22:04:45 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id 3B99FB9A5; Tue, 18 Jan 2005 22:04:45 +0100 (CET) Original-To: Andy Wingo In-Reply-To: <1106071697.14784.2.camel@localhost.localdomain> (Andy Wingo's message of "Tue, 18 Jan 2005 19:08:16 +0100") User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) X-Virus-Scanned: by amavisd-new at dt.e-technik.uni-dortmund.de X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4698 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4698 Andy Wingo writes: > On Tue, 2005-01-18 at 18:00 +0100, Marius Vollmer wrote: >> First radical thing: dynamic roots will go... their function will be >> taken over by thread structure directly. Good idea? > > What about protecting against capturing a continuation from within a > callback from C? No need for a thread there... Yep. I have left dynamic roots in for the time being, which was simpler after all. We have a nice proposal in workbook/extensions/dynamic-root.text that might replace dynamic roots, tho. _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel