diff options
author | Chris Lattner <sabre@nondot.org> | 2005-02-01 01:33:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-02-01 01:33:52 +0000 |
commit | 75008d88e944b81f2506fc5fe8acd298c9f89850 (patch) | |
tree | 382316e93c1ad973730e3fe95588aa1c80cdf7dd | |
parent | 29d1ca6c424df225b9fd48473f0d6419fdd44bd7 (diff) |
Update speedup and shrinkage info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19962 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e211bcda5a..92ee75461d 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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> |