Hey Slava.
I just noticed that when we print out the SIL for default witness tables:
sil_default_witness_table _CVarArgAligned {
no_default
no_default
}
This really does not provide any information. Is it possible to include the
requirement, but not the SILFunction. Then we could do this:
sil_default_witness_table _CVarArgAligned {
method #_CVarArgAligned.foo: no_default
method #_CVarArgAligned.bar: no_default
}
That is at least easy to read and states what the requirement is.
Michael
_______________________________________________
swift-dev mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-dev