diff --git a/docs/GarbageCollection.html b/docs/GarbageCollection.html index ccf9162600d..b155bb93746 100644 --- a/docs/GarbageCollection.html +++ b/docs/GarbageCollection.html @@ -118,7 +118,7 @@ conservative garbage collectors (though these seem rare in practice).

they can suffer from degraded scalar optimization of the program. In particular, because the runtime must be able to identify and update all pointers active in the program, some optimizations are less effective. In practice, however, the -locality and performance benefits of using aggressive garbage allocation +locality and performance benefits of using aggressive garbage collection techniques dominates any low-level losses.

This document describes the mechanisms and interfaces provided by LLVM to