Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH 0/4] Misc updates
@ 2018-12-04 15:27 Akira Yokosawa
  2018-12-04 15:28 ` [PATCH 1/4] CodeSamples/count: Restore atomic125.eps Akira Yokosawa
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Akira Yokosawa @ 2018-12-04 15:27 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 5471262067bf42e8698c80fee3e1d42a8c576d43 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Wed, 5 Dec 2018 00:10:12 +0900
Subject: [PATCH 0/4] Misc updates

Hi Paul,

As I reported this September, Figure 5.1 is not complete yet.
As a workaround, patches #1 and #2 restores the old plot of
Nehalem for Figure 5.1.  Once we can obtain complete data,
it should be easy to update again.

Patch #3 is a minor tweak in RCU code snippets to prevent
short code snippets from being page/column broken.

Patch #4 fixes a typo in an epigraph you've added recently.

Hopefully, this would be a final patch set from me for the
upcoming release.

        Thanks, Akira
--
Akira Yokosawa (4):
  CodeSamples/count: Restore atomic125.eps
  count: Restore 'fig:count:Atomic Increment Scalability on Nehalem'
  defer: Prevent page/column break in short inline code snippets
  owned: Fix typo in epigraph

 CodeSamples/count/atomic125.eps      |  856 +++++++------
 CodeSamples/count/atomic125.png      |  Bin 3189 -> 3337 bytes
 CodeSamples/count/atomic_nehalem.eps | 2266 ++++++++++++++++++++++++++++++++++
 count/count.tex                      |   14 +-
 defer/rcufundamental.tex             |   14 +-
 defer/rcuintro.tex                   |    4 +-
 locking/locking.tex                  |    2 +-
 owned/owned.tex                      |    2 +-
 8 files changed, 2770 insertions(+), 388 deletions(-)
 create mode 100644 CodeSamples/count/atomic_nehalem.eps

-- 
2.7.4


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

end of thread, other threads:[~2018-12-04 16:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-12-04 15:27 [PATCH 0/4] Misc updates Akira Yokosawa
2018-12-04 15:28 ` [PATCH 1/4] CodeSamples/count: Restore atomic125.eps Akira Yokosawa
2018-12-04 15:30 ` [PATCH 2/4] count: Restore 'fig:count:Atomic Increment Scalability on Nehalem' Akira Yokosawa
2018-12-04 15:31 ` [PATCH 3/4] defer: Prevent page/column break in short inline code snippets Akira Yokosawa
2018-12-04 15:32 ` [PATCH 4/4] owned: Fix typo in epigraph Akira Yokosawa
2018-12-04 16:40 ` [PATCH 0/4] Misc updates Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox