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: Smart variables, dumb variables Date: 15 Aug 2002 18:36:33 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <87d6skqdta.fsf@zagadka.ping.de> References: <87y9bajzfp.fsf@zagadka.ping.de> <20020814080715.GA6068@www> <87fzxhteri.fsf@zagadka.ping.de> <20020814202831.GA7443@www> <877kittbdr.fsf@zagadka.ping.de> <20020815105246.GA8541@www> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1029429376 6617 127.0.0.1 (15 Aug 2002 16:36:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2002 16:36:16 +0000 (UTC) Cc: 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 17fNbZ-0001iS-00 for ; Thu, 15 Aug 2002 18:36:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17fNcY-00052F-00; Thu, 15 Aug 2002 12:37:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17fNbx-0004zJ-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 12:36:37 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17fNbw-0004z7-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 12:36:37 -0400 Original-Received: from dialin.speedway42.dip179.dokom.de ([195.138.42.179] helo=zagadka.ping.de) by monty-python.gnu.org with smtp (Exim 4.10) id 17fNbw-0004yv-00 for guile-devel@gnu.org; Thu, 15 Aug 2002 12:36:36 -0400 Original-Received: (qmail 771 invoked by uid 1000); 15 Aug 2002 16:36:33 -0000 Original-To: tomas@fabula.de In-Reply-To: <20020815105246.GA8541@www> Original-Lines: 15 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 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:1097 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1097 tomas@fabula.de writes: > It sure makes sense, but at another point (see also all the other > followups). Those decisions are compile-time, and whether the > compiler gets its info from promises the user makes (kind of > type declarations) or from static code analysis -- it'd have > to have a richer per-variable data structure than just those two > bits. Yes, but some parts of that data structure could be moved into the variable cell, especially those that would be used right from the start by our current memoizer. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel