git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b28ad
)
x86-64: Simplify and optimize vdso clock_gettime monotonic variants
author
Andy Lutomirski
<luto@mit.edu>
Fri, 23 Mar 2012 04:15:51 +0000
(21:15 -0700)
committer
John Stultz
<john.stultz@linaro.org>
Fri, 23 Mar 2012 23:49:33 +0000
(16:49 -0700)
We used to store the wall-to-monotonic offset and the realtime base.
It's faster to precompute the monotonic base.
This is about a 3% speedup on Sandy Bridge for CLOCK_MONOTONIC.
It's much more impressive for CLOCK_MONOTONIC_COARSE.
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
Signed-off-by: John Stultz <john.stultz@linaro.org>
No differences found