mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Cache a few more classes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3545 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
9089e9c641
commit
433e3fed93
2 changed files with 32 additions and 23 deletions
|
@ -58,7 +58,12 @@ void _fastBuildCache()
|
|||
* Cache some classes for quick access later.
|
||||
*/
|
||||
|
||||
_fastCls._NSArray = [NSArray class];
|
||||
_fastCls._NSMutableArray = [NSMutableArray class];
|
||||
_fastCls._NSDictionary = [NSDictionary class];
|
||||
_fastCls._NSMutableDictionary = [NSMutableDictionary class];
|
||||
_fastCls._NSString = [NSString class];
|
||||
_fastCls._NSMutableString = [NSMutableString class];
|
||||
_fastCls._NSGString = [NSGString class];
|
||||
_fastCls._NSGMutableString = [NSGMutableString class];
|
||||
_fastCls._NSGCString = [NSGCString class];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue