From 51f9a7c449b91a1d829520ddb46be908b6fc9073 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 2 Jan 2017 21:57:46 +0100 Subject: Change order appendices, fix organisation section --- thesis/intro.tex | 6 +++++- thesis/thesis.tex | 2 +- 2 files changed, 6 insertions(+), 2 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} diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 273694e..304abcf 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -61,8 +61,8 @@ It produces on average 20\% smaller code than the ARM code generator, which is o \fi \let\section\oldsection \appendix -\input{system} \input{status} +\input{system} \ifdraft\else \cleardoublepage -- cgit v1.2.3