Re: Question about Predictive Compiling in Xcode
Re: Question about Predictive Compiling in Xcode
- Subject: Re: Question about Predictive Compiling in Xcode
- From: Wade Tregaskis <email@hidden>
- Date: Tue, 14 Oct 2003 00:08:36 +1000
How does the predictive compiling of Xcode?
I think the way it works is by waiting for a bit of spare cpu time,
combined with a lack of activity from the user (of a few seconds)...
then it compiles anything in the current project that has been changed.
In most cases that will be the current file, unless you're some
super-hero coder who never stops for breath. :)
Then when you go to build/run your project proper, all it need do is
link - you don't even have to wait for it to rebuild whatever you just
changed. Combined with zero-link (or whatever it's being called) and
the idea is that you can just change code and run, without a pause at
all.
Of course, my complimentary G5 seems to have been lost in the mail, so
I fear mileage may vary... ;)
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
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.