From 660852ce0df67315714286ba0d414270be4eee06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Sat, 19 Oct 2019 07:18:00 +0200 Subject: [PATCH] Reword "Constructed on demand..." --- slides.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/slides.tex b/slides.tex index aa14531..cb8bb2e 100644 --- a/slides.tex +++ b/slides.tex @@ -274,8 +274,11 @@ Segmentation fault. \vfill \begin{itemize} - \item[\textbf{$\longrightarrow$}] \textbf{\alert{constructed} on-demand - by a \alert{Turing-complete stack machine}!} + \bf + \item[\textbf{$\longrightarrow$}] \alert{bytecode} for a + \alert{Turing-complete stack machine} + \item[\textbf{$\longrightarrow$}] which is \alert{interpreted on + demand at runtime}\\to reconstruct the table \end{itemize} \end{frame}