From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: Low redisplay performance (23 regression) Date: Wed, 29 Apr 2009 07:54:15 -0400 Message-ID: References: <4870CC42-A08E-4BE9-B566-0F4DA7AB0B74@gmail.com> <878wlj228q.fsf@freebits.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1241006075 19764 80.91.229.12 (29 Apr 2009 11:54:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Apr 2009 11:54:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tobias C. Rittweiler Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 29 13:54:26 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 1Lz8Ms-0003bq-JY for ged-emacs-devel@m.gmane.org; Wed, 29 Apr 2009 13:54:26 +0200 Original-Received: from localhost ([127.0.0.1]:52338 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz8Mr-0002Xd-WA for ged-emacs-devel@m.gmane.org; Wed, 29 Apr 2009 07:54:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lz8Mm-0002Ud-56 for emacs-devel@gnu.org; Wed, 29 Apr 2009 07:54:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lz8Mk-0002U5-Qw for emacs-devel@gnu.org; Wed, 29 Apr 2009 07:54:18 -0400 Original-Received: from [199.232.76.173] (port=50429 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lz8Mk-0002U2-Kn for emacs-devel@gnu.org; Wed, 29 Apr 2009 07:54:18 -0400 Original-Received: from yx-out-1718.google.com ([74.125.44.152]:36000) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lz8Mk-0006yL-91 for emacs-devel@gnu.org; Wed, 29 Apr 2009 07:54:18 -0400 Original-Received: by yx-out-1718.google.com with SMTP id 3so683916yxi.66 for ; Wed, 29 Apr 2009 04:54:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=Cbf2Nywi7vG125cq/9aGV73HqNkzDQzO22zzqYEmqBM=; b=OuZYuXrNSjfgzsvcptkNMxSQnnIrdi7q8jryY3uFFDQd9Gss4KtcgwYYPoknXF7UVW PER0oFISVS2WKltYE/zXMvzUJDq1n4cldeY7+E2+A6iY8UDL36JGeHm8dBqqfHF/1Div RZ6d1zyyyp0J3qCDemvSsVfrSNpaw7mI/1Abk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=ZoQ4xyq1X2J4ONt9Lf1DY/NtPUK7n+XqgO9OOOIaTzhEoLFncviH5G69p5KjWC7h4O OJURmwPVAenQBdXrECf1gv0sW3Cekmpt0YMZZ4pxPb6+F0c5KAAxYSlLyJYFMV3I3JYb jFa1ua6zNSRffGgVjWLauT6h2d0LYs/3yhc8Q= Original-Received: by 10.90.84.2 with SMTP id h2mr197520agb.52.1241006057708; Wed, 29 Apr 2009 04:54:17 -0700 (PDT) Original-Received: from scarlett.local (pool-71-126-44-61.pitbpa.east.verizon.net [71.126.44.61]) by mx.google.com with ESMTPS id 6sm1668561agb.28.2009.04.29.04.54.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 29 Apr 2009 04:54:17 -0700 (PDT) In-Reply-To: <878wlj228q.fsf@freebits.de> X-Mailer: Apple Mail (2.930.3) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:110544 Archived-At: On Apr 29, 2009, at 6:17 AM, Tobias C. Rittweiler wrote: > > On a related note, I notice a big slowdown for `end-of-defun'. I noticed that part of my problem was due to garbage collection, so you might want to exclude that. (The real reason why GC occurs so often hasn't been investigated yet.)