Skip to content

Commit 84be6be

Browse files
committed
More on multicore testing.
1 parent 2a2240d commit 84be6be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

synchro.tex

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@
9191
\item process \texttt{A} reads the value of the structure \texttt{(2, 1)}
9292
earlier than process \texttt{B} writes member \texttt{b}
9393
\end{enumerate}
94-
\item Note that synchronization problems surface only after when the program
95-
is running on multiprocessor(core) machine or on more processors than
96-
what is used when development. Something to think about when testing.
94+
\item Note that synchronization problems may surface only after the program is
95+
run on multiprocessor(core) machine or on more processors than what is used when
96+
development. However, given that nowadays you have a few CPUs even on a
97+
low-level laptop, it is easier to test such scenarios than in the past.
9798
\end{itemize}
9899

99100
%%%%%

0 commit comments

Comments
 (0)