From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: MEMOIZE_LOCALS Date: Thu, 27 Jun 2002 07:46:23 +0200 (CEST) Sender: guile-devel-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1025156881 13944 127.0.0.1 (27 Jun 2002 05:48:01 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 27 Jun 2002 05:48:01 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17NS8P-0003cn-00 for ; Thu, 27 Jun 2002 07:48:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17NS8S-0001ZJ-00; Thu, 27 Jun 2002 01:48:04 -0400 Original-Received: from speedy.ida.ing.tu-bs.de ([134.169.132.53]) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 17NS6u-0001Vg-00 for ; Thu, 27 Jun 2002 01:46:29 -0400 Original-Received: from cicero.ida.ing.tu-bs.de (cicero [134.169.132.45]) by speedy.ida.ing.tu-bs.de (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) with ESMTP id g5R5kOe28744 for ; Thu, 27 Jun 2002 07:46:24 +0200 Original-Received: from localhost (dirk@localhost) by cicero.ida.ing.tu-bs.de (8.9.3+Sun/8.9.1) with ESMTP id HAA12493 for ; Thu, 27 Jun 2002 07:46:24 +0200 (CEST) Original-To: guile-devel@gnu.org 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:709 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:709 Hi folks, guile supports(?) to disable caching of local variable positions by undefining the macro MEMOIZE_LOCALS. First, I doubt that anybody makes use of this option. Second, I doubt that it will actually work to simply undefine MEMOIZE_LOCALS, since I don't think it is being tested. I would like to simply remove this option, making caching of local variable positions mandatory. Comments? Best regards, Dirk Herrmann _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel