From 6494152f367762dbb73d947b4c17d7644f1fb5a6 Mon Sep 17 00:00:00 2001 From: jjenista Date: Wed, 7 Apr 2010 18:12:20 +0000 Subject: [PATCH 1/1] one sharing discrepancy resolved --- Robust/src/Benchmarks/disjoint/expectedSharing.tex | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Robust/src/Benchmarks/disjoint/expectedSharing.tex b/Robust/src/Benchmarks/disjoint/expectedSharing.tex index 8a20ac74..100d5fbc 100644 --- a/Robust/src/Benchmarks/disjoint/expectedSharing.tex +++ b/Robust/src/Benchmarks/disjoint/expectedSharing.tex @@ -20,7 +20,7 @@ Bank & 0 & 0 & 0 & 0 \\ Chat & 3 & 3 & 3 & 3 \\ WebPortal & 0 & 0 & 0 & 0 \\ jHTTPp2 & 0 & 0 & 0 & 0 \\ -MapReduce1 & 2 & \color{red}{1} & \color{red}{1} & \color{red}{1} \\ +MapReduce1 & 2 & 1 & 1 & 1 \\ MultiGame & 10 & 10 & 10 & 10 \\ PERT & 0 & 0 & 0 & 0 \\ FilterBank & 0 & 0 & 0 & 0 \\ @@ -41,6 +41,9 @@ Tracking & 0 & 0 & 0 & 0 \\ \hline \end{tabular} +I verified that for MapReduce1 the new analysis successfully rules out +a false sharing class that the old analysis could not. + \newpage -- 2.34.1