Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.983 Beiträge
 
#1

Optimizing ARC the hard way?

  Alt 1. Feb 2018, 18:10
The problem In a recent blog post, Dalija Prasnikar talks about how hard it would be to optimize ARC code, because most ARC object references will be passed by value, but not as const. Passing as const would eliminate the need for an implicit __ObjAddRef () call each time the object is passed (and an __ObjRelease () call when the routine with the parameter ends).

Weiterlesen...
  Mit Zitat antworten Zitat