added more charts
authoradam <adam@megacz.com>
Wed, 12 May 2004 02:13:05 +0000 (19:13 -0700)
committeradam <adam@megacz.com>
Wed, 12 May 2004 02:13:05 +0000 (19:13 -0700)
darcs-hash:20040512021305-5007d-3dc841e2535377a260b459e78ff292bc6e7fa44e.gz

doc/charts/chart10.gnuplot
doc/ivme04.tex

index bfecc77..68ea416 100644 (file)
@@ -11,7 +11,7 @@ set xtics (\
                "TABLE\nSWITCH" 5.2, "Combined" 6.4, \
                "Binary\n-to-\nBinary" 7.6)
 
                "TABLE\nSWITCH" 5.2, "Combined" 6.4, \
                "Binary\n-to-\nBinary" 7.6)
 
-set title "Effects of Optimizatins on Binary-to-Souce and Binary-to-Binary Compilers"
+set title "Effects of Optimizations on Binary-to-Souce and Binary-to-Binary Compilers"
 set ylabel "Seconds"
 set grid
 #set label "59"  at 2.15, 69 
 set ylabel "Seconds"
 set grid
 #set label "59"  at 2.15, 69 
index 0115c51..c9ea61d 100644 (file)
@@ -978,6 +978,13 @@ source-to-MIPS compiler:
 
 \end{itemize}
 
 
 \end{itemize}
 
+The following chart quantifies the performance gain conferred by each
+of the major optimizations outlined in this section:
+
+\epsfig{file=charts/chart10,width=3in}
+
+
+
 \subsection{Overall Performance}
 
 All times are measured in seconds.  All tests were performed on a dual
 \subsection{Overall Performance}
 
 All times are measured in seconds.  All tests were performed on a dual
@@ -1062,6 +1069,9 @@ for checking the ``cpu time'' of a process.  Unfortunately we had to
 substitute wall-clock time on an otherwise-quiescent machine as an
 approximation.
 
 substitute wall-clock time on an otherwise-quiescent machine as an
 approximation.
 
+\epsfig{file=charts/chart11,width=3in}
+
+
 
 \section{Conclusion}
 
 
 \section{Conclusion}