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: Wed, 11 Aug 2004 21:25:57 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87acx1cw8q.fsf@zagadka.ping.de> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1092252403 26789 80.91.224.253 (11 Aug 2004 19:26:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2004 19:26:43 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Aug 11 21:26:19 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 1Buyjq-0002Al-00 for ; Wed, 11 Aug 2004 21:26:19 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Buyni-0007Fj-KA for guile-devel@m.gmane.org; Wed, 11 Aug 2004 15:30:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Buynb-0007Fe-Ql for guile-devel@gnu.org; Wed, 11 Aug 2004 15:30:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuynY-0007FS-Vd for guile-devel@gnu.org; Wed, 11 Aug 2004 15:30:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuynY-0007FO-PH for guile-devel@gnu.org; Wed, 11 Aug 2004 15:30:08 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Buyjc-0005La-AA for guile-devel@gnu.org; Wed, 11 Aug 2004 15:26:04 -0400 Original-Received: from [195.253.15.183] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1Buyjb-0005dy-3i for guile-devel@gnu.org; Wed, 11 Aug 2004 21:26:03 +0200 Original-Received: (qmail 30321 invoked by uid 1000); 11 Aug 2004 19:25:57 -0000 Original-To: Matthias Koeppe In-Reply-To: (Matthias Koeppe's message of "Thu, 08 Jul 2004 21:37:19 +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:3940 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3940 Matthias Koeppe writes: > The real fix is to use a hash table rather than an alist. Excellent detective work! I dug a little further and noted that we have SCM_SUBR_PROPS but don't use it at all! 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? I will apply your patch to both 1.6 and HEAD. Thanks! -- 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