Browse Source

Merge branch 'master' of github.com:IUCompilerCourse/Essentials-of-Compilation

Jeremy Siek 3 years ago
parent
commit
85fbbd8b06
1 changed files with 0 additions and 4 deletions
  1. 0 4
      book.tex

+ 0 - 4
book.tex

@@ -11476,10 +11476,6 @@ succeed.
 %%   and ToSpace.
 %% \end{exercise}
 
-
-%% \section{Compiler Passes}
-%% \label{sec:code-generation-gc}
-
 The introduction of garbage collection has a non-trivial impact on our
 compiler passes. We introduce a new compiler pass named
 \code{expose\_allocation}. We make significant changes to