Skip to content

Commit

Permalink
Merge pull request #171 from leungbk/gc-typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiek authored Nov 22, 2024
2 parents 8bb57d0 + 84c4885 commit 4280d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14846,7 +14846,7 @@ \section{Challenge: Generational Collection}
time proportional to all the live data. One way to reduce this
overhead is to reduce how much data is inspected in each call to
\code{collect}. In particular, researchers have observed that recently
allocated data is more likely to become garbage then data that has
allocated data is more likely to become garbage than data that has
survived one or more previous calls to \code{collect}. This insight
motivated the creation of \emph{generational garbage collectors}
\index{subject}{generational garbage collector} that
Expand Down

0 comments on commit 4280d50

Please sign in to comment.