# HG changeset patch # User Nobuyasu Oshiro # Date 1339724040 -32400 # Node ID 203699cf538495139a8ddd07bdbc54125fe54fd2 # Parent dc62dc1fe059c28870b2420683cbddb7af7594e0 modify compression diff -r dc62dc1fe059 -r 203699cf5384 paper/rectype.ind --- 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 + +