swift
6c2be2b8 - [SILOptimizer] Prevent devirtualization of call to distributed witness requirements

Commit
261 days ago
[SILOptimizer] Prevent devirtualization of call to distributed witness requirements This is a narrow fix, we are going to work on fixing this properly and allowing both devirtualization and specialization for distributed requirement witnesses. Anything that uses an ad-hoc serialization requirement scheme cannot be devirtualized because that would result in loss of ad-hoc conformance in new substitution map. Resolves: https://github.com/swiftlang/swift/issues/79318 Resolves: rdar://146101172 (cherry picked from commit 0415b40a3cea02c7ef7315cd7c7f390686669ccd)
Author
Committer
Parents
Loading