Files
swift-mirror/include/swift/Basic
Slava Pestov 6d7d13fceb IRGen: Disable eager initialization of NSCoding adopters on newer targets
If a class does not have a custom @objc name, objc_getClass() can find
it at runtime by calling the Swift runtime's metadata demangler hook.

This avoids the static initializer on startup. If the class has a
custom runtime name we still need the static initializer unfortunately.

Fixes <rdar://problem/49660515>.
2019-05-01 17:43:58 -04:00
..
2018-11-20 15:22:26 -07:00
2018-11-14 13:38:01 -02:00
2018-07-25 22:23:00 -07:00
2019-03-28 15:57:53 -07:00
2018-07-24 12:48:48 -07:00
2019-01-24 18:46:49 -08:00