From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Does a larger gc-cons-threshold mean a faster Emacs? Date: Mon, 29 Jul 2002 07:55:45 +0300 (IDT) Sender: emacs-devel-admin@gnu.org Message-ID: References: <87sn23v2nt.fsf@openprivacy.org> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1027918738 18658 127.0.0.1 (29 Jul 2002 04:58:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 29 Jul 2002 04:58:58 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17Z2cS-0004qp-00 for ; Mon, 29 Jul 2002 06:58:56 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17Z2tX-0001Ws-00 for ; Mon, 29 Jul 2002 07:16:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Z2cl-0003hQ-00; Mon, 29 Jul 2002 00:59:15 -0400 Original-Received: from is.elta.co.il ([199.203.121.2]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17Z2bf-0003gP-00 for ; Mon, 29 Jul 2002 00:58:07 -0400 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id HAA16910; Mon, 29 Jul 2002 07:55:45 +0300 (IDT) X-Sender: eliz@is Original-To: burton@openprivacy.org In-Reply-To: <87sn23v2nt.fsf@openprivacy.org> Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:6123 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:6123 On 28 Jul 2002 burton@openprivacy.org wrote: > I [...] installed an idle timer to run GC in the background... :) That shouldn't be necessary: Emacs already does GC when it's idle.