diff options
Diffstat (limited to 'appendices')
| -rw-r--r-- | appendices/appendix.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/appendices/appendix.tex b/appendices/appendix.tex index 70723f4..6888a6f 100644 --- a/appendices/appendix.tex +++ b/appendices/appendix.tex @@ -58,6 +58,23 @@ System Benchmarks Index Score & & &1178.4\\\hl \caption{Unix Bench index results to give a comparable baseline} \end{table} +\section{Compiler options} +\label{app-ccopts} + +both\ C\ and\ C++\ optimization\ related\ compiler\ flags: +\begin{table}[!ht] +\begin{tabularx}{\columnwidth}{p{0.12\columnwidth} p{0.88\columnwidth}} +-flto: &Link\ time\ optimization\\ +-O3: &3rd\ level\ optimizations\\ +\end{tabularx} +\end{table} + + + + + + + \section{Some scripts to do result processing} The script that converts the output from the statsd to a \LaTeX\xspace table format. |
