summaryrefslogtreecommitdiff
path: root/presentation
diff options
context:
space:
mode:
authorCamil Staps2017-01-25 21:03:58 +0100
committerCamil Staps2017-01-25 21:03:58 +0100
commit714617872f5b37ddaf1c1bb089b653e256b651fb (patch)
tree386cd5e320885abecc6689bc3ce51fb071d50452 /presentation
parenteindpresentatie (diff)
Laatste wijzigingen presentatieHEADmaster
Diffstat (limited to 'presentation')
-rw-r--r--presentation/pres.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/presentation/pres.tex b/presentation/pres.tex
index adc0ead..f331337 100644
--- a/presentation/pres.tex
+++ b/presentation/pres.tex
@@ -31,7 +31,7 @@
\item Thumb-2 (combinatie)
\end{itemize}
\item Meeste processoren ondersteunen alledrie
- \item Thumb-2 voordelen:
+ \item Voordelen van Thumb-2:
\begin{itemize}
\item Kleinere code dan ARM
\item Simpelere systemen dan ARM
@@ -75,7 +75,7 @@
\begin{itemize}
\item Program counter opslaan voor functieaanroepen
\item Informatie in de laagste twee bits
- \item Kleinere offsets in load instructies
+ \item Kleinere constanten (memory load instructies)
\end{itemize}
\end{frame}
@@ -140,6 +140,7 @@
\item Meeste functieargumenten komen van de B-stack
\item Vier elementen van de B-stack in de laagste acht registers is te veel
\item Trade-off: programmagrootte vs. effici\"ente foreign function interface
+ \item Registerallocatie voor ARM optimaliseert de FFI
\end{itemize}
\end{frame}