Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1456941

[PATCH 0/1] sched/cputime: Mitigate performance regression in times()/clock_gettime()

From Giovanni Gherdovich <ggherdovich@suse.cz>
Newsgroups linux.kernel
Subject [PATCH 0/1] sched/cputime: Mitigate performance regression in times()/clock_gettime()
Date 2016-08-05 10:30 +0200
Message-ID <s2IFX-52N-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


As per Peter Zijlstra's review, these are the difference wrt V1:

* inclusion of appropriate header file linux/prefetch.h
* factorized the calls to prefetch into a separate function
* introduction of the local variable curr as a form of compiler
  subexpression elimination (CSE)
* fixed Signed-off-by chain
* added comment as per why the prefetches are needed

Giovanni Gherdovich (1):
  sched/cputime: Mitigate performance regression in
    times()/clock_gettime()

 kernel/sched/core.c | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

-- 
2.6.6

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/1] sched/cputime: Mitigate performance regression in times()/clock_gettime() Giovanni Gherdovich <ggherdovich@suse.cz> - 2016-08-05 10:30 +0200
  [PATCH 1/1] sched/cputime: Mitigate performance regression in times()/clock_gettime() Giovanni Gherdovich <ggherdovich@suse.cz> - 2016-08-05 10:30 +0200
    Re: [PATCH 1/1] sched/cputime: Mitigate performance regression in  times()/clock_gettime() Giovanni Gherdovich <ggherdovich@suse.cz> - 2016-08-10 20:30 +0200
    Re: [PATCH 1/1] sched/cputime: Mitigate performance regression in  times()/clock_gettime() Ingo Molnar <mingo@kernel.org> - 2016-08-10 20:40 +0200
    [tip:sched/core] sched/cputime: Mitigate performance regression in  times()/clock_gettime() tip-bot for Giovanni Gherdovich <tipbot@zytor.com> - 2016-08-10 23:30 +0200

csiph-web