]> granicus.if.org Git - php/commit
Speedup for pthread implementation. We make use of thread local storage
authorBen Mansell <joosters@php.net>
Tue, 6 Mar 2001 15:07:57 +0000 (15:07 +0000)
committerBen Mansell <joosters@php.net>
Tue, 6 Mar 2001 15:07:57 +0000 (15:07 +0000)
commit5d6cb2fc325fa883f9fbf132fe9eb37db3587aa2
treebf2b3a52ea81b414eeae35761c8d1331faa6fd7a
parent559c254f8f575e5cdd863314edfd11e783b116a8
Speedup for pthread implementation. We make use of thread local storage
to allow access to the current thread's resources without having to
obtain the memory mutex and traverse our hash table. This is a big
performance win!
TSRM/TSRM.c