|
|
|
|
|
by anonova
2469 days ago
|
|
I was under the impression that it wasn't for performance but for distribution, i.e., to optimize for app size. Instead of having a fat binary crosscompiled for different architectures, Apple uses the bitcode to compile and distribute per architecture. It's part of the "app thinning" process. |
|
As an example here’s Chris Lattner tweeting about that use case:
https://twitter.com/clattner_llvm/status/1091186386634326017...