|
|
|
|
|
by bonzini
1437 days ago
|
|
No, pthread TLS is the slower one. Accessing system TLS can be done fast since lib knows the details of the implementation and, worst case, it can use inline assembly. Also, pthread TLS adds a pointer dereference to each access. |
|
I think we agree.