Author: theraven
Date: Mon Jul  4 13:31:28 2011
New Revision: 33446

URL: http://svn.gna.org/viewcvs/gnustep?rev=33446&view=rev
Log:
Switch the order of the reference count and the zone so that the reference 
count (in reference counted mode) is always immediately in front of the object. 
 Please test this!!

Opt NSObject into the fast path for ARC.  ARC will now not call the retain / 
release / autorelease methods on NSObject or any classes that inherit their 
implementation of these methods from NSObject.  In quick and dirty testing, 
this gives about a 10-20% speedup.  


Modified:
    libs/base/trunk/Source/NSObject.m


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to