Since there are several compilers in Xcode, my question here is which one is the best among them from performance point of view and what's the difference between them. Some of the compilers we have:
- GCC 4.2
- LLVM GCC 4.2
- LLVM compiler 1.5
I've done some quick test myself but haven't found much difference? Also, in my Build Settings I have Apple LLVM compiler 4.2, but at llvm.org, the recent latest version of LLVM is 3.2. Can anyone explain that why?