c-taylor opened a new issue, #8781:
URL: https://github.com/apache/trafficserver/issues/8781
Under load you can see the pthread calls in the functions:
`ink_thread_(key_create|setspecific|getspecific|key_delete)`
Start to feature in perf traces.
Please review and consider migrating native C11 `thread_local` which should
be faster, and _may_ also be copy free.
A good example of where this is currently observed is in `TSHttpTxnReenable`.
```
92.40 │ mov Thread::thread_data_key@@Base,%edi
1.59 │ callq pthread_getspecific@plt
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]