All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] memorder: Update table layout
@ 2017-09-24 22:00 Akira Yokosawa
  2017-09-24 22:02 ` [PATCH 1/5] memorder: Convert tables to alternate-row coloring scheme Akira Yokosawa
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Akira Yokosawa @ 2017-09-24 22:00 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From acefbb69d69562438d7a7568f671fc85528d5b5f Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 25 Sep 2017 06:38:06 +0900
Subject: [PATCH 0/5] memorder: Update table layout

Hi Paul,

My first thought was to update a few experimental tables to catch up
the changes in memorder.tex.
But these new tables are likely to change further.
So I changed my mind and converted the 5 tables in memorder.tex using
the new scheme of shading alternate rows. 3 of the 5 tables are already
presented in the style guide.
In the memorder chapter, we already converted code snippets to the
"listing" environment. So using the new table layout in this chapter
sounds reasonable to me.

Patch #1 updates already experimented tables and a similar one.
Patch #2 is an attempt to apply new scheme to the remaining table.
Patch #3 is an improvement of the table changed in Patch #2.
Patch #4 removes experimental tables in style guide.
Patch #5 is a separate patch to improve MoreThanOneValue and
MoreThanOneValue-15CPU figures.

I'd like to know if the changes in Patches #2 and #3 work with you.

        Thanks, Akira
--
Akira Yokosawa (5):
  memorder: Convert tables to alternate-row coloring scheme
  memorder: Convert 'Summary of Memory Ordering' table to new scheme
  styleguide: Remove experimental tables updated in memorder chapter
  memorder: Add multi-column headers to 'Summary of Memory Ordering'
    table
  memorder: Reduce color saturation of MoreThanOneValue figure

 appendix/styleguide/styleguide.tex  | 113 +---------------------
 memorder/MoreThanOneValue-15CPU.fig |   2 +
 memorder/MoreThanOneValue.fig       |  26 ++---
 memorder/memorder.tex               | 183 ++++++++++++++++--------------------
 perfbook.tex                        |   1 +
 utilities/MoreThanOneValue-15CPU.c  |   3 +
 6 files changed, 107 insertions(+), 221 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2017-09-25  0:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-24 22:00 [PATCH 0/5] memorder: Update table layout Akira Yokosawa
2017-09-24 22:02 ` [PATCH 1/5] memorder: Convert tables to alternate-row coloring scheme Akira Yokosawa
2017-09-24 22:03 ` [PATCH 2/5] memorder: Convert 'Summary of Memory Ordering' table to new scheme Akira Yokosawa
2017-09-24 22:04 ` [PATCH 3/5] styleguide: Remove experimental tables updated in memorder chapter Akira Yokosawa
2017-09-24 22:06 ` [PATCH 4/5] memorder: Add multi-column headers to 'Summary of Memory Ordering' table Akira Yokosawa
2017-09-24 22:07 ` [PATCH 5/5] memorder: Reduce color saturation of MoreThanOneValue figure Akira Yokosawa
2017-09-24 22:10 ` [PATCH 0/5] memorder: Update table layout Akira Yokosawa
2017-09-25  0:13   ` Paul E. McKenney

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.