mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Implement optimisations suggested by Fred's vcachegrind profiling.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34093 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
daef7f6dc9
commit
a59695c097
3 changed files with 444 additions and 200 deletions
|
@ -862,6 +862,7 @@ typedef NSUInteger NSStringEncodingConversionOptions;
|
|||
*/
|
||||
@interface NXConstantString : NSString
|
||||
{
|
||||
@public
|
||||
const char * const nxcsptr;
|
||||
const unsigned int nxcslen;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue