swift
641870a2 - [Runtime] Lazily copy ivar list in initObjCClass.

Commit
2 years ago
[Runtime] Lazily copy ivar list in initObjCClass. There's often nothing that needs to be fixed up in the ivar list. In that case, we can avoid copying it. This saves time and memory, and allows the class rodata to be in immutable memory. rdar://116189946
Author
Committer
Parents
Loading