Difference between LLVM, GCC 4.2 and Apple LLVM compiler 3.1
问题 What are the major differences between LLVM GCC 4.2 and Apple LLVM compiler 3.1? I'm fairly new to compilers so any help is appreciated. Also I'm especially interested in how the two compilers could affect game performance. 回答1: The difference is a matter of both technology and speed. CLANG was still young and buggy when Apple began the transition away from GCC's compiler and toolchain, so LLVM was built as a back-end to GCC to facilitate its eventual replacement. So, code went in and was