mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
4b1fea06b5
* 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