|
|
|
|
|
by jswanson
4645 days ago
|
|
From the article: The biggest change is an inline retain count, which eliminates the need to perform a costly hash table lookup for retain and release operations in the common case. Since those operations are so common in most Objective-C code, this is a big win.
|
|