swift compiler vs objective c compiler -
i'm preparing research performance of swift these questions :can make optimisations while compiling objective c project? , if swift , objective c have same compiler, why we're talking optimisation of swift compiler?
the objective c compiler clang. swift uses "swift compiler". while both leverage llvm produce final machine code, in fact separate compilers.
Comments
Post a Comment