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,gmane.lisp.guile.user Subject: Re: About shared substrings Date: 16 Jan 2004 21:12:52 +0000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: References: <1074242951.6739.5.camel@localhost> <1074285306.6739.178.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1074337062 21760 80.91.224.253 (17 Jan 2004 10:57:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 17 Jan 2004 10:57:42 +0000 (UTC) Cc: guile-user@gnu.org, guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Jan 17 11:57:38 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aho93-0004YP-00 for ; Sat, 17 Jan 2004 11:57:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aho92-0003A6-2C for guile-devel@m.gmane.org; Sat, 17 Jan 2004 05:57:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aho8I-0002yN-0W for guile-devel@gnu.org; Sat, 17 Jan 2004 05:56:50 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aho7j-0002kJ-Jm for guile-devel@gnu.org; Sat, 17 Jan 2004 05:56:46 -0500 Original-Received: from [80.84.72.14] (helo=mail2.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aho7j-0002hs-2r; Sat, 17 Jan 2004 05:56:15 -0500 Original-Received: from localhost (s4.uklinux.net [127.0.0.1]) by mail2.uklinux.net (Postfix) with ESMTP id C7E83409FCF; Sat, 17 Jan 2004 10:56:13 +0000 (UTC) Original-Received: from mail2.uklinux.net ([127.0.0.1]) by localhost (s4.uklinux.net [127.0.0.1:10024]) (amavisd-new) with ESMTP id 26567-09; Sat, 17 Jan 2004 10:55:41 +0000 (GMT) Original-Received: from laruns.ossau.uklinux.net (unknown [213.78.86.71]) by mail2.uklinux.net (Postfix) with ESMTP id E50A6409FB7; Sat, 17 Jan 2004 10:55:07 +0000 (UTC) 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 B1E92DC4DA; Fri, 16 Jan 2004 21:12:52 +0000 (GMT) Original-To: Roland Orre In-Reply-To: <1074285306.6739.178.camel@localhost> Original-Lines: 9 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 X-Virus-Scanned: by amavisd-new X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 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:3236 gmane.lisp.guile.user:2630 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3236 >>>>> "Roland" == Roland Orre writes: Roland> This is almost magical :) Indeed, but there's one thing I don't quite see. When a shared substring cell is GC'd, what prevents it from trying to free the substring chars that it is pointing to? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel