changeset 20:203699cf5384

modify compression
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Fri, 15 Jun 2012 10:34:00 +0900
parents dc62dc1fe059
children 88899c193e6d
files paper/rectype.ind
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/paper/rectype.ind	Fri Jun 15 05:08:00 2012 +0900
+++ b/paper/rectype.ind	Fri Jun 15 10:34:00 2012 +0900
@@ -450,12 +450,10 @@
 is simply a struct and there are no need for register save. (This
 bench mark is designed to require the register save).
 
-Here is the result in IA32 architecture (Table.\ref{tab:mc,gcc,compare}). 
-Micro-C is our previous implementation in tiny C. \verb+conv1 1+
+Here is the result in x86_64 architecture (Table.\ref{tab:gcc,compare}). 
 is function call. \verb+conv1 2+, \verb+conv1 3+ is optimized CPS transformed
 source.
 
-
 \begin{table}[htpb]
 \centering
 \small
@@ -465,11 +463,12 @@
 GCC -O3(64bit)       & 1.80 & 1.20 & 1.44 \\ \hline
 \end{tabular}
 \caption{Micro-C, GCC bench mark (in sec)}
-\label{tab:mc,gcc,compare}
+\label{tab:gcc,compare}
 \end{table}
 
 
 
-
 --Conclusion
 
+
+