Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33611 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-07-23 12:19:51 +00:00
parent 40456f7787
commit 2f3fffdea9

View file

@ -1,3 +1,14 @@
2011-07-23 12:19 David Chisnall <theraven@gna.org>
* libs/base/trunk/Source/NSObject.m: Remove the zone pointer from
objects. Now we always query the zones to find the relevant
pointer. Zones are still supported, but we now optimise for the
case where they are not used.
To disable zone support completely, NSAllocateObject() should
ignore the zone and NSDeallocateObject() should skip the zone
lookup.
2011-07-22 16:07 David Chisnall <theraven@gna.org> 2011-07-22 16:07 David Chisnall <theraven@gna.org>
* libs/base/trunk/Headers/Foundation/NSArray.h, * libs/base/trunk/Headers/Foundation/NSArray.h,