7 ms·
I was under the impression that ARC simply inserts the retain/releases into the code essentially write before the compile, so in theory would be equivalent.
by jdewald 13y ago
I was under the impression that ARC simply inserts the retain/releases into the code essentially write before the compile, so in theory would be equivalent.
- LinaLauneBaer 13y agoARC inserts the retain/release calls but once that is done there is an additional step where duplicate retain/release pairs are eliminated.