Yes, Xcode will compile .c files with the 'C' compiler and .m with the 'Objective-C' compiler. This is the same binary compiler code, just using different language options. In this case, I did not expect the relative performance to be too different.
source
share