From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: t and nil in pure memory? Date: Thu, 12 Nov 2009 23:55:43 -0500 Message-ID: References: <200911112023.nABKNrH6023933@godzilla.ics.uci.edu> <83my2so094.fsf@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1258088966 6414 80.91.229.12 (13 Nov 2009 05:09:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Nov 2009 05:09:26 +0000 (UTC) Cc: dann@ics.uci.edu, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 13 06:09:19 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N8oPO-0003l5-5E for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2009 06:09:19 +0100 Original-Received: from localhost ([127.0.0.1]:54860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8oPN-0003tB-1f for ged-emacs-devel@m.gmane.org; Fri, 13 Nov 2009 00:09:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N8oCL-0000Mc-UP for emacs-devel@gnu.org; Thu, 12 Nov 2009 23:55:50 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8oCH-0000Jf-2m for emacs-devel@gnu.org; Thu, 12 Nov 2009 23:55:49 -0500 Original-Received: from [199.232.76.173] (port=43264 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8oCG-0000JV-RU for emacs-devel@gnu.org; Thu, 12 Nov 2009 23:55:44 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:53210) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N8oCG-0004wG-Dc for emacs-devel@gnu.org; Thu, 12 Nov 2009 23:55:44 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1N8oCF-000433-La; Thu, 12 Nov 2009 23:55:43 -0500 In-reply-to: <83my2so094.fsf@gnu.org> (message from Eli Zaretskii on Thu, 12 Nov 2009 06:06:15 +0200) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:116922 Archived-At: I don't think this matters enough to bother: even if we consider GC too slow (and I don't think so), this is only 10% of it, so even reducing it to zero will give only a marginal speedup. Considering how many people run Emacs, I think even a 1% speedup in GC is worth the effort if it is not much effort.