mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
They're not actually stored separately in the module file, nor deserialized separately, but this way we're not sticking a bunch of strings in the /ASTContext's/ string table, which would persist after serialization. (The ASTContext's string table is also implemented using a BumpPtrAllocator-backed StringMap, so the performance characteristics of this should be about the same.)
186 KiB
186 KiB