This provides a code size win on the caller side, since the init message send is done in the runtime function.
rdar://44987038
Thanks!
Erik
Differential D57936
[CodeGenObjC] When available, emit a direct call to objc_alloc_init(cls) instead of [objc_alloc(cls) init] erik.pilkington on Feb 7 2019, 6:38 PM. Authored by
Details This provides a code size win on the caller side, since the init message send is done in the runtime function. rdar://44987038 Thanks!
Diff Detail
Event Timeline
|