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: Patch for speeding up the debugging evaluator by a factor of 600 Date: Mon, 16 Aug 2004 00:36:28 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <874qn4av0z.fsf@zagadka.ping.de> References: <87acx1cw8q.fsf@zagadka.ping.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092609421 6875 80.91.224.253 (15 Aug 2004 22:37:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2004 22:37:01 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Aug 16 00:36:52 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 1BwTcS-0008Kl-00 for ; Mon, 16 Aug 2004 00:36:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwTgX-0003jF-65 for guile-devel@m.gmane.org; Sun, 15 Aug 2004 18:41:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BwTgQ-0003j9-4V for guile-devel@gnu.org; Sun, 15 Aug 2004 18:40:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BwTgP-0003ix-KG for guile-devel@gnu.org; Sun, 15 Aug 2004 18:40:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BwTgP-0003iu-H1 for guile-devel@gnu.org; Sun, 15 Aug 2004 18:40:57 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BwTcB-0003Vm-TF for guile-devel@gnu.org; Sun, 15 Aug 2004 18:36:36 -0400 Original-Received: from [195.253.24.121] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1BwTcB-0001nP-5V for guile-devel@gnu.org; Mon, 16 Aug 2004 00:36:35 +0200 Original-Received: (qmail 3716 invoked by uid 1000); 15 Aug 2004 22:36:28 -0000 Original-To: Matthias Koeppe In-Reply-To: (Matthias Koeppe's message of "Wed, 11 Aug 2004 21:58:33 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3956 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3956 Matthias Koeppe writes: > Problem there: > > Marius Vollmer writes: > >> So your patch is definitely good, but would you be willing to improve >> it the situation further by making use of SCM_SUBR_PROPS for subrs, >> and maybe other means for other kinds of objects that are >> scm_procedure_p, and only use scm_stand_in_proc for the remaining >> unsolved cases? > > Sorry, I don't have time to work on that. OK, I'll put a comment in the code and into the TODO list. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel