Re: Speeding up XCode?
Re: Speeding up XCode?
- Subject: Re: Speeding up XCode?
- From: Stefan Werner <email@hidden>
- Date: Tue, 18 Oct 2005 03:14:50 +0200
- Organization: http://freemail.web.de/
> I personally don't think that Cocoa's text system is the cause of the
> performance problems that the Xcode code editor has. First of all,
> the fact that Xcode really manages to make _everything_ slow, and be
> it as trivial stuff as resizing a project window, is already a good
> way to show that Cocoa is not necessarily the problem here.
Actually, the Cocoa text control is the source of the editor's lag.
A quick Shark test will show you that (just let Xcode preprocess
a nicely templated C++ file that includes <Carbon/Carbon.h>
to get a nice test case of a large text file), just like it will show
you that the beachball you see after changing a build setting
in a project with a couple of 100 files comes from Xcode's
dependancy analysis (if I understand the function names correctly, that is).
Stefan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden