All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Minor updates
@ 2019-12-07  4:05 Akira Yokosawa
  2019-12-07  4:06 ` [PATCH 1/2] toyrcu: Use mathcal O for 'orders of' Akira Yokosawa
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Akira Yokosawa @ 2019-12-07  4:05 UTC (permalink / raw)
  To: Paul E. McKenney, perfbook, Akira Yokosawa

Hi Paul,

This patch set fixes minor issues I noticed while reading your
recent updates.

Apart from the changes, I'd like you to mention in the answer to
Quick Quiz 9.43 that modern Intel CPUs don't execute x86_64
instructions directly, but decode them into uOPs (via MOP) and
keep them in a uOP cache [1].
So the execution cycle is not necessarily corresponds to instruction
count, but heavily depends on the behavior of the microarch, which
is not predictable without actually running the code. 

[1]: https://en.wikichip.org/wiki/intel/microarchitectures/skylake_(server)

        Thanks, Akira
--
Akira Yokosawa (2):
  toyrcu: Use mathcal O for 'orders of'
  defer/rcuusage: Fix typo (that -> than)

 appendix/toyrcu/toyrcu.tex | 2 +-
 defer/rcuusage.tex         | 2 +-
 perfbook.tex               | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2019-12-10 12:32 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-07  4:05 [PATCH 0/2] Minor updates Akira Yokosawa
2019-12-07  4:06 ` [PATCH 1/2] toyrcu: Use mathcal O for 'orders of' Akira Yokosawa
2019-12-07  4:07 ` [PATCH 2/2] defer/rcuusage: Fix typo (that -> than) Akira Yokosawa
2019-12-07 16:43 ` [PATCH 0/2] Minor updates Paul E. McKenney
2019-12-07 23:41   ` Akira Yokosawa
2019-12-08  1:15     ` Paul E. McKenney
2019-12-08 15:54       ` Akira Yokosawa
2019-12-08 18:11         ` Paul E. McKenney
2019-12-09 12:50           ` Akira Yokosawa
2019-12-09 18:06             ` Paul E. McKenney
2019-12-09 22:11               ` Akira Yokosawa
2019-12-10  0:08                 ` Paul E. McKenney
2019-12-10 12:32                   ` Akira Yokosawa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.