Files
swift-mirror/stdlib/runtime/SwiftObject.mm
Joe Groff 343f35a81c Runtime: Make sure the superclass of a class is realized before we instantiate it.
Fixes a crash when some programs were run in JIT mode; they instantiated a JITed class before the ObjC subclass was realized. Send a message to super to realize the class before we try to readClassPair it. Fixes rdar://problem/19170232.

Swift SVN r23825
2014-12-10 01:12:29 +00:00

33 KiB