[PATCH] Three regex speedups, one of which is actually a bugfix

Paolo Bonzini bonzini@gnu.org
Sat Jan 3 00:08:00 GMT 2004


> And one more hint: a lot of the functions have parameters only because
> they need to be passed down to other functions.  This has been somewhat
> reduced but it potentially can be done better.  If __thread is available
> we can use thread-local static variables.

What TLS model do they use?  Is any optimization possible since they are static?
Unless it is local-exec I doubt it is worth it.

Paolo




More information about the Libc-alpha mailing list