ARC is a combination of compiler and runtime technologie. The compiler generates call to the runtime, so if you see a lot of ARC specific calls in the profiler, you can know if the impact is due to ARC or not.
http://clang.llvm.org/docs/AutomaticReferenceCounting.html#runtime-support Le 11 sept. 2013 à 17:15, Sean Roehnelt <s...@yellowmatter.com> a écrit : > ARC is compile time, not runtime, so I don't see how it could… > >> On Sep 9, 2013, at 1:18 AM, Jean-Daniel Dupas <devli...@shadowlab.org> wrote: >> >> And does the profiler explicitly shows that ARC runtime code is the culprit ? -- Jean-Daniel _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com