From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Potential GC-related problems in compose_chars_in_text Date: Tue, 13 Sep 2005 11:54:52 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1126628190 19882 80.91.229.2 (13 Sep 2005 16:16:30 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Sep 2005 16:16:30 +0000 (UTC) Cc: emacs-devel@gnu.org, handa@m17n.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 13 18:16:23 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EFDSH-0006tU-9A for ged-emacs-devel@m.gmane.org; Tue, 13 Sep 2005 18:16:21 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFDSG-0000lx-KR for ged-emacs-devel@m.gmane.org; Tue, 13 Sep 2005 12:16:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EFDJr-0006Du-Ur for emacs-devel@gnu.org; Tue, 13 Sep 2005 12:07:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EFDJo-0006C6-TG for emacs-devel@gnu.org; Tue, 13 Sep 2005 12:07:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EFDJm-0005uw-24 for emacs-devel@gnu.org; Tue, 13 Sep 2005 12:07:34 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EFD7W-0007Sg-Fz for emacs-devel@gnu.org; Tue, 13 Sep 2005 11:54:54 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1EFD7U-0000gq-13; Tue, 13 Sep 2005 11:54:52 -0400 Original-To: storm@cua.dk (Kim F. Storm) In-reply-to: (storm@cua.dk) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:42893 Archived-At: I think that the cleanest thing to do, in loops that don't need to be as fast as possible, is avoid saving addresses of string data at all. I suspect that compose_chars_in_text does not need to be as fast as possible. Handa, do you think it does?