Hacker News new | ask | show | jobs
by jdewald 4618 days 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.
1 comments

ARC inserts the retain/release calls but once that is done there is an additional step where duplicate retain/release pairs are eliminated.