Re: Compile times.
Re: Compile times.
- Subject: Re: Compile times.
- From: Cryx <email@hidden>
- Date: Sun, 21 Apr 2002 22:36:49 -0500
On Sunday, April 21, 2002, at 10:18 PM, Nicholas Riley wrote:
On Sun, Apr 21, 2002 at 09:52:32PM -0500, Jonathan Wight wrote:
On 04/21/2002 14:47, "Nicholas Riley" <email@hidden> wrote:
I should have modified my statement with a "compared to CodeWarrior".
And I
don't notice a heck of a lot of difference in compile times between my
PB
and my 733 Tower. Project Builder is sloooow.
Not Project Builder, you're really discussing the compiler, linker,
and jam, which PB uses for dependency tracking.
The compiler and linker are lightning fast if used via command line
make. PB and/or jam (no prior experience with it), are introducing the
delays. Not to mention terrible CPU load at times. Maybe I should try
to install truss/strace and track down the deliquent.
Awhile back I compiled some unixland utils via command line make and
PB. PB was beyond terrible, but I'm hoping for improvements...
On a side note, does anyone know how to make jam do parallel builds ala
make's -j?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.