From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: Slow repainting, sluggish feeling emacs Date: Tue, 13 May 2008 10:33:06 +0530 Message-ID: References: <475204970805121810y5edc513by93a0fdbcd2ca557@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1210655015 8739 80.91.229.12 (13 May 2008 05:03:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 May 2008 05:03:35 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, emacs-devel@gnu.org To: David Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 13 07:04:10 2008 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 1JvmgK-00026p-8u for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 07:04:08 +0200 Original-Received: from localhost ([127.0.0.1]:42238 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jvmfb-0003k9-7f for ged-emacs-devel@m.gmane.org; Tue, 13 May 2008 01:03:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JvmfT-0003k0-VQ for emacs-devel@gnu.org; Tue, 13 May 2008 01:03:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JvmfO-0003jX-NP for emacs-devel@gnu.org; Tue, 13 May 2008 01:03:15 -0400 Original-Received: from [199.232.76.173] (port=40282 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JvmfO-0003jU-HE for emacs-devel@gnu.org; Tue, 13 May 2008 01:03:10 -0400 Original-Received: from ti-out-0910.google.com ([209.85.142.187]:59841) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JvmfN-0005ui-Rn for emacs-devel@gnu.org; Tue, 13 May 2008 01:03:10 -0400 Original-Received: by ti-out-0910.google.com with SMTP id u5so1010470tia.10 for ; Mon, 12 May 2008 22:03:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=eCSKSg9q+bYcsJONhNPXdNmpv0low13qGpdXeJOnzfs=; b=XxKenPXLIiZVz2PtnvElM6FxHKbeClArQNIfLHEgOzNv8utSauE07Up07Z5e8oYmHARIQcOAUynXD0a6ueHwOMlEN/qcewdmSLgNU4lYzsikY2/p2ecHP2GA6EtehBT3e2E3uBpa+DEyQz23pxgeZ4UXU8+srYRzBa6UJdxAXao= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=w5kbNUrBa/0YmCJb+kxjVz6wn0/p1uZuXGUWk3wSOMGzzTRCLErEcJWMjM6PfNd905vMDC70+CRpn5Sk2IpAwlZ+6mEbPMAW+JNDymi8KpLn0npMBc4C9yOljcbZsgArTH7fEPSxqiPkYJyyOjhzI2yqlYqNJCMcEraGph3VYvE= Original-Received: by 10.110.68.4 with SMTP id q4mr893843tia.41.1210654986841; Mon, 12 May 2008 22:03:06 -0700 (PDT) Original-Received: by 10.110.93.15 with HTTP; Mon, 12 May 2008 22:03:06 -0700 (PDT) In-Reply-To: <475204970805121810y5edc513by93a0fdbcd2ca557@mail.gmail.com> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:97062 gmane.emacs.pretest.bugs:22291 Archived-At: Hello, On 5/13/08, David wrote: > I recently re-built emacs 23 from cvs and there's a noticeable delay in many > repainting operations. Typing is sluggish and redrawing a buffer when > switching to it is noticeably slow. I am noticing a similar behavior from the past 4~5 days. Is it related to some change in "w32-get-true-file-attributes" modifications, well I am taking a real wild guess based on ChangeLog history and my memory from when I started seeing this slow down. I still do not have a MSVC build and hence debugging is a big problem. I tried debugging the MSVC issue, some GC related issue and have no clue about it! -dhruva -- Contents reflect my personal views only!