Update speedup and shrinkage info
authorChris Lattner <sabre@nondot.org>
Tue, 1 Feb 2005 01:33:52 +0000 (01:33 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Feb 2005 01:33:52 +0000 (01:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19962 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index e211bcda5a965c69cf4beda3270279f3a2353410..92ee75461d5b6aaeee92a326af29d6672be28d67 100644 (file)
@@ -78,8 +78,8 @@ bug fixes for those problems found since the 1.4 release.</p>
   <li>LLVM now includes an <a href="http://llvm.cs.uiuc.edu/PR415">
       Interprocedural Sparse Conditional Constant Propagation</a> pass, named
      -ipsccp, which is run by default at link-time.</li>
-  <li>LLVM is now about 10% faster than before due to its core data structures
-      using less memory.</li>
+  <li>LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures
+      use about 20% less memory.</li>
 </ol>
 
 </div>