From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: goops and memoization Date: 01 Dec 2002 18:00:18 +0000 Sender: guile-devel-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038766377 4913 80.91.224.249 (1 Dec 2002 18:12:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 1 Dec 2002 18:12:57 +0000 (UTC) Cc: djurfeldt@nada.kth.se, guile-devel@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18IYaK-0001Gm-01 for ; Sun, 01 Dec 2002 19:12:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18IYZb-0002fM-00; Sun, 01 Dec 2002 13:12:07 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18IYZT-0002TP-00 for guile-devel@gnu.org; Sun, 01 Dec 2002 13:11:59 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18IYZP-0002Ib-00 for guile-devel@gnu.org; Sun, 01 Dec 2002 13:11:57 -0500 Original-Received: from mail.uklinux.net ([80.84.72.21] helo=s1.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18IYZO-0002Es-00 for guile-devel@gnu.org; Sun, 01 Dec 2002 13:11:55 -0500 Original-Received: from laruns.ossau.uklinux.net (bts-0627.dialup.zetnet.co.uk [194.247.50.115]) by s1.uklinux.net (8.11.6/8.11.6) with ESMTP id gB1IBpH21052; Sun, 1 Dec 2002 18:11:52 GMT Original-Received: from laruns.ossau.uklinux.net.ossau.uklinux.net (localhost [127.0.0.1]) by laruns.ossau.uklinux.net (Postfix on SuSE Linux 7.2 (i386)) with ESMTP id 512A7DC12B; Sun, 1 Dec 2002 18:00:19 +0000 (GMT) Original-To: Dirk Herrmann In-Reply-To: Original-Lines: 16 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1766 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1766 >>>>> "Dirk" == Dirk Herrmann writes: Dirk> The best solution would be if the optimization that goops Dirk> performs would be done directly on the memoized code, Dirk> without having to unmemoize-transform-rememoize the code. Dirk> It would be great if you could look into places in goops Dirk> (or, maybe even guile in general) where such interactions Dirk> occur. If I had a list of these places, I could then try to Dirk> remove the optimizing code from the scheme level and re-code Dirk> it in C, where it would be possible to perform the Dirk> optimizations directly on the memoized code. Fair enough; I'll keep thinking and looking into this. Can you share your code with me somehow, so that I can try possibilities out? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel