mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Few speed increases for NSObject
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7914 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
321c8d2917
commit
3c34250a90
1 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2000-10-27 Lyndon Tremblay <humasect@home.com>
|
||||
|
||||
* Source/NSObject.m ([NSObject +new]): No longer sends 2 messages,
|
||||
uses NSAllocateObject().
|
||||
([NSObject +alloc]): Likewise, no message sending within the method.
|
||||
|
||||
2000-10-27 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSURLHandle.m: Make class registration thread safe.
|
||||
|
@ -66,6 +72,7 @@
|
|||
* Source/GSString.m: Changed all substringFromRange: to
|
||||
substringWithRange: as this is the basic method.
|
||||
|
||||
>>>>>>> 1.737
|
||||
2000-10-23 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSString.m: ([-fastestEncoding]), ([-smallestEncoding])
|
||||
|
|
Loading…
Reference in a new issue