Procházet zdrojové kódy

added chapter heading for GC

jsiek před 9 roky
rodič
revize
28c110e26d
1 změnil soubory, kde provedl 6 přidání a 1 odebrání
  1. 6 1
      book.tex

+ 6 - 1
book.tex

@@ -880,7 +880,7 @@ into the text representation for x86 (Figure~\ref{fig:x86-a}).
 \label{fig:x86-ast-a}
 \end{figure}
 
-\section{From $S_0$ to x86-64 through $C_0$}
+\section{From $S_0$ to x86-64 via $C_0$}
 \label{sec:plan-s0-x86}
 
 To compile one language to another it helps to focus on the
@@ -1763,6 +1763,11 @@ $S_1$.
 \chapter{Tuples and Heap Allocation}
 \label{ch:tuples}
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\chapter{Garbage Collection}
+\label{ch:gc}
+
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 \chapter{Functions}
 \label{ch:functions}