From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matthias Koeppe 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:58:33 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: 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 1092254809 3335 80.91.224.253 (11 Aug 2004 20:06:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Aug 2004 20:06:49 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Aug 11 22:06:36 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 1BuzMj-0005uN-00 for ; Wed, 11 Aug 2004 22:06:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuzQP-0002uN-Of for guile-devel@m.gmane.org; Wed, 11 Aug 2004 16:10:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BuzQI-0002uH-AA for guile-devel@gnu.org; Wed, 11 Aug 2004 16:10:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BuzPu-0002rl-Dq for guile-devel@gnu.org; Wed, 11 Aug 2004 16:10:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BuzPu-0002ri-9b for guile-devel@gnu.org; Wed, 11 Aug 2004 16:09:46 -0400 Original-Received: from [141.44.75.40] (helo=merkur.math.uni-magdeburg.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BuzLw-0003cE-4x for guile-devel@gnu.org; Wed, 11 Aug 2004 16:05:41 -0400 Original-Received: from p50882c96.dip0.t-ipconnect.de ([80.136.44.150] helo=localhost) by merkur.math.uni-magdeburg.de with asmtp (Exim 4.10) id 1BuzLo-0006v3-00; Wed, 11 Aug 2004 22:05:32 +0200 Original-Received: from mkoeppe by localhost with local (Exim 3.36 #1 (Debian)) id 1BuzF3-0000ya-00; Wed, 11 Aug 2004 21:58:33 +0200 Original-To: Marius Vollmer In-Reply-To: <87acx1cw8q.fsf@zagadka.ping.de> (Marius Vollmer's message of "Wed, 11 Aug 2004 21:25:57 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) X-Warning: 80.136.44.150 is a dynamic or dialup IP (listed at dnsbl.njabl.org) 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:3941 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3941 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. -- Matthias Koeppe -- http://www.math.uni-magdeburg.de/~mkoeppe _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel