summaryrefslogtreecommitdiff
path: root/thesis/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r--thesis/thesis.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index cdc4d2c..9e320c2 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -28,14 +28,13 @@ We discuss the differences between the ARM and Thumb-2 instruction sets,
Specifically, we look at code generation for the purely functional programming language Clean.
The code generator proposed here can be used in situations where small code size is important,
and on devices where the ARM instruction set is not available, like the Cortex-M series.
-\todo{results, efficiency, etc.}
+It produces on average 20\% smaller code than the ARM code generator, which is only around 4\% slower.
\end{abstract}
\ifdraft\else
\cleardoublepage
\fi
-%\setcounter{tocdepth}{2}
\ifdraft
\begin{multicols}{2}
\tableofcontents
@@ -70,6 +69,8 @@ The code generator proposed here can be used in situations where small code size
\let\oldurl\url
\renewcommand{\url}[1]{{\small\oldurl{#1}}}
+% See http://tex.stackexchange.com/a/40750/23992
+\DeclareRobustCommand{\VAN}[1]{van #1}
\phantomsection\addcontentsline{toc}{section}{\bibname}
\printbibliography