We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdac8ad commit 6ebd992Copy full SHA for 6ebd992
include/swift/ABI/Metadata.h
@@ -2039,7 +2039,8 @@ struct TargetGenericWitnessTable {
2039
return WitnessTablePrivateSizeInWordsAndRequiresInstantiation >> 1;
2040
}
2041
2042
- /// Whether the witness table is known to require instantiation.
+ /// This bit doesn't really mean anything. Currently, the compiler always
2043
+ /// sets it when emitting a generic witness table.
2044
uint16_t requiresInstantiation() const {
2045
return WitnessTablePrivateSizeInWordsAndRequiresInstantiation & 0x01;
2046
0 commit comments