mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This patch adds in the necessary infrastructure for lazily deserializing witness tables. This is done by following the same approach as the deserialization/serialization of SILFunction. Now if one calls SILModule::lookUpWitnessTable and the given witness table is a definition, the SILModule will attempt to deserialize it from one of the other modules. Swift SVN r15403
2.7 KiB
2.7 KiB