From d26d8897afa3e999743a53910a11be85406a764b Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 12 Dec 2003 05:52:39 +0000 Subject: [PATCH] Note about bytecode format llvm-svn: 10427 --- docs/ReleaseNotes.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c22eac530ee..2456a1b6746 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -140,11 +140,13 @@ object tree as subdirectories are built. This means that:
  • The -licm pass can now sink instructions out the bottom of loops in addition to being able to hoist them out the top.
  • -
  • The -basicaa pass (the default alias analysis) has been upgraded to be significantly more precise.
  • +
  • LLVM 1.1 implements a simple size optimization for LLVM bytecode files. + This means that the 1.1 files are smaller than 1.0, but that 1.0 won't + read 1.1 bytecode files.