XCode
last edited November 17, 2005 10:03:21 (81.56.73.55)
| |
|---|---|
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |
|
CocoaGlossary:Tools
http://www.apple.com/macosx/features/xcode/ http://developer.apple.com/tools/xcode/
Description: XCode is Apple's IDE for Mac OS X. It replaces an older IDE called ProjectBuilder. It has these cool technologies that speed up the development process. So while it's still slower than CodeWarrior (but faster than ProjectBuilder) with normal compilation, it's incredibly fast if you take full advantage of it. It includes "FixAndContinue" which lets you make a change to one file, recompile it, and load it into the running executable, WITHOUT quitting, relinking, and relaunching the whole thing! Also, it has ZeroLink, which is used only during development to speed up compiling. It lets you bypass the linker, and instead have the executable load the .o files as needed. It also has distributed compilation, which uses Rendezvous to find other computers on the network running XCode. Then, if there are others available, it uses processor resources on them during compilation to speed up the process even more. With all these timesavers turned on, it comes out to be faster than CodeWarrior for most development. | |
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |