On 16 Apr 2017, at 17:29, Stefan Bidigaray <[email protected]> wrote: > > The way I understand ARC in libobjc2, it simply increments the pointer-sized > integer in the object header.
Note: This is an implementation detail of libobjc2 and not part of the public interface. Please use objc_retain, rather than relying on this directly, as it may change in future versions (I have some plans to use the top bits of the class pointer for a refcount on 64-bit platforms). David _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
