Files
swift-mirror/test/SILOptimizer/Inputs/cross-module
Erik Eckstein 4b1fea06b5 CrossModuleOptimization: two improvements for default CMO
* Allow serialization of larger generic functions. So far we only serialized very small generic functions. However, it's important for performance to serialize more generic functions.
* Allow serialization of functions which call another function which is already marked as serializable. This can e.g. happen for default argument functions.

https://github.com/swiftlang/swift/issues/88441
rdar://174659028
2026-04-30 07:10:51 +02:00
..