mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Rather than serializing the complete structure of all archetypes (which is completely redundant), serialize a reference to their owning generic environment as well as their interface type. The archetype itself will be reconsituted by mapping the interface type into that generic environment.