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: Stealth fontification GCs a lot Date: Sun, 10 Apr 2005 21:57:00 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1113184745 20895 80.91.229.2 (11 Apr 2005 01:59:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 11 Apr 2005 01:59:05 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 11 03:59:04 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DKoCQ-0003Zx-6d for ged-emacs-devel@m.gmane.org; Mon, 11 Apr 2005 03:58:50 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKnmR-0004Af-7g for ged-emacs-devel@m.gmane.org; Sun, 10 Apr 2005 21:31:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DKnm6-00043G-3w for emacs-devel@gnu.org; Sun, 10 Apr 2005 21:31:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DKnlz-0003yz-Te for emacs-devel@gnu.org; Sun, 10 Apr 2005 21:31:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DKnlz-0003xu-1V for emacs-devel@gnu.org; Sun, 10 Apr 2005 21:31:31 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DKoCl-000631-CY for emacs-devel@gnu.org; Sun, 10 Apr 2005 21:59:11 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DKoAe-0000rs-5j; Sun, 10 Apr 2005 21:57:00 -0400 Original-To: emacs-devel@gnu.org 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:35844 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35844 I have been trying Font Lock mode, which I never used to use before. I notice that when stealth fontification is occurring, Emacs spends about 1/3 of its time GCing. The frequent GCs make for annoying latency when I type another command. Could someone investigate why so much consing goes on during fontification, and try to make it more efficient?