|
@@ -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
|