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@34180 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b553578663
commit
93528274f9
1 changed files with 10 additions and 0 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2011-11-16 17:29 theraven
|
||||
|
||||
* libs/base/trunk/Source/NSNumber.m: Implement the double boxing
|
||||
techniques used by Smalltalk/X and Cincom Smalltalk. Now we can
|
||||
conceal most doubles inside a pointer. This is most useful for
|
||||
LanguageKit, but should save some memory / malloc overhead / heap
|
||||
fragmentation in any code that uses a lot of NSNumbers (e.g.
|
||||
anything that deals with big plists). OS X 10.7 employs a similar
|
||||
trick.
|
||||
|
||||
2011-11-15 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Source/win32/GSFileHandle.m: Fix include location
|
||||
|
|
Loading…
Reference in a new issue