瀏覽代碼

term: basic block

Peter Thiemann 3 年之前
父節點
當前提交
926e721c04
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      book.tex

+ 6 - 1
book.tex

@@ -7219,7 +7219,12 @@ an assignment statement followed by a $\Tail$ expression, a
 \code{goto}, or a conditional \code{goto}.}
 \python{lists of statements, which comprise of assignment statements
   and end in a \code{return} statement, a \code{goto}, or a
-  conditional \code{goto}.}
+  conditional \code{goto}.
+  \index{subject}{basic block}
+  Statement lists of this form are called
+  \emph{basic blocks}: there is a control transfer at the end and
+  control only enters at the beginning of the list, which is marked by
+  the label. }
 
 \newcommand{\CifGrammarRacket}{
 \begin{array}{lcl}