emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Serious performance problem with process output on Mac OSX


From: Adrian Robert
Subject: Re: Serious performance problem with process output on Mac OSX
Date: Tue, 30 Mar 2010 00:58:33 +0300

On Mar 28, 2010, at 5:41 PM, Adrian Robert wrote:

> I suspect unneeded calls to one of the icon/icon_type methods in nsfns.m or 
> the miniwindowimage methods in nsterm.m are causing this.  Someone could try 
> shortcircuiting these in the source and seeing if the problem still obtains.

I went ahead and tried this.  The culprit was an unneeded ns_set_icon_type() 
call.  The attached patch cleans this up by removing some HAVE_NS special 
handling in xdisp.c.

Attachment: dock_overflow_20100329.patch
Description: Binary data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]