[llvm-commits] [llvm] r71680 -	/llvm/trunk/docs/GarbageCollection.html
    Chris Lattner 
    sabre at nondot.org
       
    Wed May 13 11:02:21 PDT 2009
    
    
  
Author: lattner
Date: Wed May 13 13:02:09 2009
New Revision: 71680
URL: http://llvm.org/viewvc/llvm-project?rev=71680&view=rev
Log:
garbage allocation is not a good idea :)
Modified:
    llvm/trunk/docs/GarbageCollection.html
Modified: llvm/trunk/docs/GarbageCollection.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/GarbageCollection.html?rev=71680&r1=71679&r2=71680&view=diff
==============================================================================
--- llvm/trunk/docs/GarbageCollection.html (original)
+++ llvm/trunk/docs/GarbageCollection.html Wed May 13 13:02:09 2009
@@ -118,7 +118,7 @@
 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.</p>
 
 <p>This document describes the mechanisms and interfaces provided by LLVM to
    
    
More information about the llvm-commits
mailing list