o use of IMPs for speed

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@19955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mguesdon 2004-09-01 14:41:25 +00:00
parent 8f4fe72e92
commit b8fe598297
2 changed files with 58 additions and 10 deletions

View file

@ -41,7 +41,9 @@
NSStringEncoding _contentEncoding;
NSDictionary* _userInfo;
NSMutableString* _contentString;
IMP _contentStringASImp;
NSMutableData* _contentData;
IMP _contentDataADImp;
#ifndef NO_GNUSTEP
NSMutableArray* _cachesStack; // Cache Stacks
#endif