> On 28 Jun 2017, at 09:37, David Chisnall <thera...@sucs.org> wrote:
> 
> On 28 Jun 2017, at 01:19, Daniel Ferreira (theiostream) <bnm...@gmail.com> 
> wrote:
>> 
>> That said, I need a way to place a valid Objective-C class definition
>> in that symbol on compile-time (probably it'd be an empty subclass of
>> NSCFString), but I'm totally unaware of any way to do that. Or maybe
>> make that point to an ordinary _OBJC_CLASS_* symbol somehow. Any
>> hints?
> 
> I’m a bit hesitant to suggest this, as it introduces some Objective-C ABI 
> dependency that I’d rather avoid, but you could do this by  creating an alias 
> in the base file that declares the NSConstantString class.
> 
> Slightly longer term, I’d like to move to using a better structure for 
> constant Objective-C strings, with space for unicode flags and a hash (which 
> we’d compute at compile time, with a flag indicating which hashing algorithm 
> we used, so that we could recompute it if GNUstep wants to use a different 
> hash for strings, but have a fast path if the compiler and -base 
> implementations agree).

Yes, storing a hash at compile time would make a substatial difference to 
performance when using literal strings as dictionary keys.  I'd really like 
that.
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to