Re: Xcode use 4 cores?
Re: Xcode use 4 cores?
- Subject: Re: Xcode use 4 cores?
- From: Bill Bumgarner <email@hidden>
- Date: Thu, 17 Aug 2006 12:02:18 -0700
During builds, Xcode parallelizes the builds by spawning more
simultaneous compilation processes. Targets and projects are not
built concurrently, even when the dependency graph indicates that they
could be (obviously, not the desired behavior... but certainly the
safe behavior).
If you want projects to build faster on multi-core machine or when
using either of the distributed build technologies, structure your
projects with as few as targets as possible and as many source files
per target as possible.
b.bum
_______________________________________________
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