Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
XCode 中项目信息的“构建”部分提供了许多编译器设置。当我选择具有“FASTEST-O3”设置的 LLVM GCC 4.2 编译器时,我看到性能有了很好的改进(最多大约 20%)。
为 iPhone 编译时是否还有其他设置也可以提高性能?
如果您使用大量浮点运算,关闭compile for ThumbARMv6 架构可能会有所帮助。
compile for Thumb