Discussions of the Parallel Programming book
 help / color / mirror / Atom feed
* [PATCH] toolsoftrade: Trivial typo fixes
@ 2016-12-29 11:16 Akira Yokosawa
  2016-12-29 16:31 ` Paul E. McKenney
  0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-12-29 11:16 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From 898b1101cf7f88f42b57f88d7539c6a579f3106a Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Thu, 29 Dec 2016 19:42:34 +0900
Subject: [PATCH] toolsoftrade: Trivial typo fixes

Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
---
 toolsoftrade/toolsoftrade.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
index f76b250..1946599 100644
--- a/toolsoftrade/toolsoftrade.tex
+++ b/toolsoftrade/toolsoftrade.tex
@@ -1280,7 +1280,7 @@ The C11 standard added atomic operations,
 including loads (\co{atomic_load()}),
 stores (\co{atomic_store()}),
 memory barriers (\co{atomic_thread_fence()} and
-\co{atomic_signal_fence()}), and read-modified-write atomics.
+\co{atomic_signal_fence()}), and read-modify-write atomics.
 The read-modify-write atomics include
 \co{atomic_fetch_add()},
 \co{atomic_fetch_sub()},
@@ -1849,7 +1849,7 @@ shown in
 Section~\ref{sec:toolsoftrade:Atomic Operations}
 to that of per-CPU (or per-thread) variables
 (see Section~\ref{sec:toolsoftrade:Per-CPU Variables}),
-as well as to conventional increment (as in ``counter++'').
+as well as to conventional increment (as in ``\co{counter++}'').

 % \emph{@@@ need parable on cache thrashing.}

-- 
2.7.4


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

* Re: [PATCH] toolsoftrade: Trivial typo fixes
  2016-12-29 11:16 [PATCH] toolsoftrade: Trivial typo fixes Akira Yokosawa
@ 2016-12-29 16:31 ` Paul E. McKenney
  0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-12-29 16:31 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

On Thu, Dec 29, 2016 at 08:16:16PM +0900, Akira Yokosawa wrote:
> >From 898b1101cf7f88f42b57f88d7539c6a579f3106a Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiyks@gmail.com>
> Date: Thu, 29 Dec 2016 19:42:34 +0900
> Subject: [PATCH] toolsoftrade: Trivial typo fixes
> 
> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>

Applied and pushed, thank you!

							Thanx, Paul

> ---
>  toolsoftrade/toolsoftrade.tex | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/toolsoftrade/toolsoftrade.tex b/toolsoftrade/toolsoftrade.tex
> index f76b250..1946599 100644
> --- a/toolsoftrade/toolsoftrade.tex
> +++ b/toolsoftrade/toolsoftrade.tex
> @@ -1280,7 +1280,7 @@ The C11 standard added atomic operations,
>  including loads (\co{atomic_load()}),
>  stores (\co{atomic_store()}),
>  memory barriers (\co{atomic_thread_fence()} and
> -\co{atomic_signal_fence()}), and read-modified-write atomics.
> +\co{atomic_signal_fence()}), and read-modify-write atomics.
>  The read-modify-write atomics include
>  \co{atomic_fetch_add()},
>  \co{atomic_fetch_sub()},
> @@ -1849,7 +1849,7 @@ shown in
>  Section~\ref{sec:toolsoftrade:Atomic Operations}
>  to that of per-CPU (or per-thread) variables
>  (see Section~\ref{sec:toolsoftrade:Per-CPU Variables}),
> -as well as to conventional increment (as in ``counter++'').
> +as well as to conventional increment (as in ``\co{counter++}'').
> 
>  % \emph{@@@ need parable on cache thrashing.}
> 
> -- 
> 2.7.4
> 


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

end of thread, other threads:[~2016-12-29 16:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-29 11:16 [PATCH] toolsoftrade: Trivial typo fixes Akira Yokosawa
2016-12-29 16:31 ` 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