[
https://issues.apache.org/jira/browse/TS-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13675576#comment-13675576
]
ASF subversion and git services commented on TS-1938:
-----------------------------------------------------
Commit 25251bab6607d44f7d311b489ec8195899be5a8e in branch refs/heads/master
from James Peach <[email protected]>
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=25251ba ]
TS-1938: remove unnecessary thread_id() wrapper in reclaimable freelist
pthread_self() on x86 can accesses a register on CPU, it's quite
fast enough.
So thread_id() wrapper is unnecessary, let's drop it.
Signed-off-by: Yunkai Zhang <[email protected]>
> Remove unnecessary thread_id() wrapper in reclaimable freelist
> --------------------------------------------------------------
>
> Key: TS-1938
> URL: https://issues.apache.org/jira/browse/TS-1938
> Project: Traffic Server
> Issue Type: Improvement
> Components: Core
> Reporter: Yunkai Zhang
> Attachments:
> 0001-Remove-unnecessary-thread_id-wrapper-in-reclaimable-.patch
>
>
> Remove unnecessary thread_id() wrapper in reclaimable
> freelist
> pthread_self() on x86 can accesses a register on CPU, it's quite
> fast enough.
> So thread_id() wrapper is unnecessary, let's drop it.
> We have discussed in mailing list with [~jamespeach] and [~jplevyak].
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira