Re: Slow and bloated?
Re: Slow and bloated?
- Subject: Re: Slow and bloated?
- From: Allan Odgaard <email@hidden>
- Date: Sun, 25 Jul 2004 02:16:29 +0200
On 24. Jul 2004, at 19:53, Nick Zitzmann wrote:
Also, Xcode's compiles are frustratingly slow. [...]
Which version of GCC are you using? GCC 3.1 and 2.95 were really slow;
GCC 3.3 runs at acceptable speeds for me. [...]
I'm using 3.3 and my current project is around 18,000 lines, a
deployment build takes approximately 20 minutes, that's roughly 15
lines pr. second (or 50 million cycles pr. line) -- although there
might be some headers included which are not counted (though I do use
pre-compiled headers).
Since these compile times affect my productivity, it has gotten to the
point where I am 90% sure my next hobby project will be an ObjectiveC++
compiler ;)
Though I do think that the majority of the speed problems are related
to using ObjectiveC++ (which I unfortunately need for a lot of my
files).
I am quite sure I do not get any faster times when using GCC from the
command line, but if you do, I'd suggest that you do your compiles from
there! ;)
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.