Jeremy Siek 3 rokov pred
rodič
commit
4f63b9f9f9
1 zmenil súbory, kde vykonal 1 pridanie a 5 odobranie
  1. 1 5
      book.tex

+ 1 - 5
book.tex

@@ -25,7 +25,7 @@
 
 \def\racketEd{0}
 \def\pythonEd{1}
-\def\edition{1}
+\def\edition{0}
 
 % material that is specific to the Racket edition of the book
 \newcommand{\racket}[1]{{\if\edition\racketEd{#1}\fi}}
@@ -11475,10 +11475,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