mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This would have allowed us to triage rdar://problem/28305755 much sooner. The actual problem is pretty bad: if you have too many methods with the same selector, serialization just falls over. "Too many" is in the thousands, which seems unlikely, but 'dealloc' can actually get there if there are a lot of little classes, and 'init' might as well, so we really should do better here.
53 KiB
53 KiB