[tor-bugs] #24374 [Core Tor/Tor]: Reduce monotime_coarse_absolute_msec() usage
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Nov 21 15:57:43 UTC 2017
#24374: Reduce monotime_coarse_absolute_msec() usage
------------------------------+---------------------
Reporter: ahf | Owner: (none)
Type: enhancement | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version:
Severity: Normal | Keywords: s8-perf
Actual Points: | Parent ID: #24062
Points: | Reviewer:
Sponsor: Sponsor8 |
------------------------------+---------------------
`monotime_coarse_absolute_msec()` is making a lot of calls to the compiler
generated function `__udivdi3` to the point where it pops up in our
profiling on Android.
We should reduce this usage and ensure the high amount of calls to
`__udivdi3` goes away.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24374>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list