|
|
|
|
|
by gress
4430 days ago
|
|
Actually that's not entirely true. Arc inserts the calls first, but then does an elimination phase that can identify lifetimes beyond method boundaries and remove unnecessary calls. It's not particularly complex, but the architecture is there for further enhancement of this phase as they build out the static analyzer. |
|