From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.bugs,gmane.lisp.guile.devel Subject: Re: Can't make a stack from a continuation Date: Thu, 23 Dec 2004 15:24:13 +0100 Message-ID: References: <41A23580.6070702@ossau.uklinux.net> <41A635F5.2030303@ossau.uklinux.net> <41C2398D.9040402@ossau.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1103811977 24162 80.91.229.6 (23 Dec 2004 14:26:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 23 Dec 2004 14:26:17 +0000 (UTC) Cc: bug-guile@gnu.org, guile-devel@gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Thu Dec 23 15:26:11 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1ChTut-0003a3-00 for ; Thu, 23 Dec 2004 15:26:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ChU5V-0007AC-0I for guile-bugs@m.gmane.org; Thu, 23 Dec 2004 09:37:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1ChU5R-00079e-Fc for bug-guile@gnu.org; Thu, 23 Dec 2004 09:37:05 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1ChU5P-00078n-R4 for bug-guile@gnu.org; Thu, 23 Dec 2004 09:37:04 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1ChU5P-00078N-Mk; Thu, 23 Dec 2004 09:37:03 -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 1ChTt2-0007FV-QK; Thu, 23 Dec 2004 09:24:17 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by mail.dt.e-technik.uni-dortmund.de (Postfix) with ESMTP id 1D82548E15; Thu, 23 Dec 2004 15:24:15 +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 18215-05; Thu, 23 Dec 2004 15:24:14 +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 0384048E0A; Thu, 23 Dec 2004 15:24:14 +0100 (CET) Original-Received: by troy.dt.e-technik.uni-dortmund.de (Postfix, from userid 520) id A90AAB9B0; Thu, 23 Dec 2004 15:24:13 +0100 (CET) Original-To: Neil Jerram In-Reply-To: <41C2398D.9040402@ossau.uklinux.net> (Neil Jerram's message of "Fri, 17 Dec 2004 01:42:37 +0000") 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: bug-guile@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.bugs:2333 gmane.lisp.guile.devel:4568 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.bugs:2333 Neil Jerram writes: > And one more problem ... the same problem exists in CVS head, but a > similar patch doesn't fix it ... still investigating. I'm looking into this as well, now. The fix you did for 1.6 looks good, although I don't understand it completely yet. I will try to come up with my own patch to CVS head. One larger change I have in mind is to move the offset calculation into the continuation code itself, which is where it belongs. Each continuation will get a new "offset" field and the stack code will just use it. _______________________________________________ Bug-guile mailing list Bug-guile@gnu.org http://lists.gnu.org/mailman/listinfo/bug-guile