Files
swift-mirror/include/swift/Serialization/ModuleFile.h
Jordan Rose c7187d69af [Serialization] Compact the Offset value in PartiallySerialized
serialization::BitOffset is set up for being in a PointerUnion, but in
this case that's not just overkill but actually wasteful, since we
have an extra flag to pack in. Use a raw bitfield instead.

No functionality change.
2018-09-13 08:54:40 -07:00

30 KiB