diff options
Diffstat (limited to 'thesis/intro.tex')
-rw-r--r-- | thesis/intro.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/thesis/intro.tex b/thesis/intro.tex index 924973c..cfa2455 100644 --- a/thesis/intro.tex +++ b/thesis/intro.tex @@ -317,6 +317,10 @@ For some instructions, the constants in the ARM variant can be larger than those Moving to Thumb introduces a number of interesting optimisation vectors. One of them, register allocation, is discussed in \cref{sec:reg-alloc}. -We benchmark the Thumb backend for Clean and discuss the results in \cref{sec:results}. +We benchmark the Thumb backend for code size and running time in \cref{sec:results}. +The results are discussed in \cref{sec:discussion}, where we also look at ideas for further research. + +For an overview of the current status of the Thumb backend, see \cref{sec:status}. +Our testing environment is described in \cref{sec:system}. \end{multicols} |