Skip to content
Snippets Groups Projects
Commit 7f7bafd6 authored by Jayke Meijer's avatar Jayke Meijer
Browse files

Started filling in report table, added optimization to appendix.

parent 69316316
No related branches found
No related tags found
No related merge requests found
......@@ -421,12 +421,12 @@ The results are displayed in the following table: \\
Benchmark & Original & Removed & Original & Optimized & Performance \\
& Instructions & instructions & cycles & cycles & boost(cycles) \\
\hline
pi & 94 & 2 & & & \% \\
acron & 361 & 24 & & & \% \\
dhrystone & 752 & 52 & & & \% \\
whet & 935 & 37 & & & \% \\
slalom & 4177 & 227 & & & \% \\
clinpack & 3523 & & & & \% \\
pi & 94 & 2 & 1714468 & & \% \\
acron & 361 & 24 & 4435687 & & \% \\
dhrystone & 752 & 52 & 2887710 & & \% \\
whet & 935 & 37 & 2864526 & & \% \\
slalom & 4177 & 227 & 2879140 & 2872414 & 0.15\% \\
clinpack & 3523 & & 1543746 & & \% \\
\hline
\end{tabular}
......@@ -463,6 +463,9 @@ $Lx: ...
bne ...,$Lx beq ...,$Ly
j $Ly -> $Lx: ...
$Lx: ...
j $Lx -> $Lx: ...
$Lx: ...
\end{verbatim}
\textbf{Standard basic block optimizations}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment