mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Added ChangeLog entry from last commit
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33447 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2a2d7339d1
commit
6fc0ff0ab8
1 changed files with 13 additions and 0 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2011-07-04 11:31 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Source/NSObject.m:
|
||||
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.
|
||||
|
||||
2011-06-30 14:44 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/base/trunk/Headers/Foundation/NSArray.h,
|
||||
|
|
Loading…
Reference in a new issue