diff options
author | Camil Staps | 2016-12-01 17:23:40 +0100 |
---|---|---|
committer | Camil Staps | 2016-12-01 17:23:40 +0100 |
commit | 4413c0f1e0fa71093e2f07400ba96d11eac56d02 (patch) | |
tree | 04b28db09584e800a5d57fc2d10f230df420b881 /thesis/thesis.tex | |
parent | log (diff) |
Start with text about load offsets
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r-- | thesis/thesis.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex index 9bcd318..9cc6482 100644 --- a/thesis/thesis.tex +++ b/thesis/thesis.tex @@ -26,6 +26,8 @@ The Thumb-2 instruction set combines the best features of the ARM and Thumb inst We discuss the differences between the ARM and Thumb-2 instruction sets, and their influences on code generation. 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.} \end{abstract} @@ -49,6 +51,7 @@ Specifically, we look at code generation for the purely functional programming l \input{intro} \input{storing-pc} \input{code-addresses} +\input{load-offsets} \input{results} \ifdraft\else |