From 75008d88e944b81f2506fc5fe8acd298c9f89850 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 1 Feb 2005 01:33:52 +0000 Subject: [PATCH] Update speedup and shrinkage info git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19962 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index e211bcda5a9..92ee75461d5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -78,8 +78,8 @@ bug fixes for those problems found since the 1.4 release.

  • LLVM now includes an Interprocedural Sparse Conditional Constant Propagation pass, named -ipsccp, which is run by default at link-time.
  • -
  • LLVM is now about 10% faster than before due to its core data structures - using less memory.
  • +
  • LLVM 1.5 is now about 15% faster than LLVM 1.4 and its core data structures + use about 20% less memory.