[Top][All Lists]
[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.
dock_overflow_20100329.patch
Description: Binary data
- Re: Windows 9X compatibility, (continued)
- Re: Windows 9X compatibility (was: MS-Windows build broken in Fmake_network_process), Eli Zaretskii, 2010/03/28
- Re: MS-Windows build broken in Fmake_network_process, Jason Rumney, 2010/03/28
- Re: MS-Windows build broken in Fmake_network_process, Eli Zaretskii, 2010/03/28
- Re: MS-Windows build broken in Fmake_network_process, Richard Stallman, 2010/03/29
- Serious performance problem with process output on Mac OSX, Christian Lynbech, 2010/03/28
- Re: Serious performance problem with process output on Mac OSX, Adrian Robert, 2010/03/28
- Re: Serious performance problem with process output on Mac OSX,
Adrian Robert <=
- Re: Serious performance problem with process output on Mac OSX, David Reitter, 2010/03/29
- Re: Serious performance problem with process output on Mac OSX, Chong Yidong, 2010/03/29
- Re: Serious performance problem with process output on Mac OSX, Adrian Robert, 2010/03/30
- Re: Serious performance problem with process output on Mac OSX, David Reitter, 2010/03/30
- Re: Serious performance problem with process output on Mac OSX, Jimmy Yuen Ho Wong, 2010/03/30
- Re: Serious performance problem with process output on Mac OSX, Chong Yidong, 2010/03/30
- Re: Serious performance problem with process output on Mac OSX, Jimmy Yuen Ho Wong, 2010/03/30
- Re: Serious performance problem with process output on Mac OSX, Chong Yidong, 2010/03/31
- Re: Serious performance problem with process output on Mac OSX, Jimmy Yuen Ho Wong, 2010/03/31
- Re: Serious performance problem with process output on Mac OSX, Chong Yidong, 2010/03/31