Expand the part about CFI a bit.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 28 Nov 2011 23:55:49 +0000 (23:55 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 28 Nov 2011 23:55:49 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145324 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index e1301d611d236cf357530b5ce53328e815091d83..ce6aa985dd3eb92811f440af7cc89df1f318d1c7 100644 (file)
@@ -942,8 +942,11 @@ be used to verify some algorithms.
 <li>LLVM generates substantially better code for indirect gotos due to a new
     tail duplication pass, which can be a substantial performance win for
     interpreter loops that use them.</li>
-<li>Exception handling and debug information is now emitted with CFI directives,
-    yielding <a href="http://blog.mozilla.com/respindola/2011/05/12/cfi-directives/">much smaller executables</a> for some C++ applications.
+<li>Exception handling and debug frame information is now emitted with CFI
+    directives. This lets the assembler produce more compact info as it knows
+    the final offsets, yielding <a href="http://blog.mozilla.com/respindola/2011/05/12/cfi-directives/">much smaller executables</a> for some C++ applications.
+    If the system assembler doesn't support it, MC exands the directives when
+    the integrated assembler is not used.
 </li>
 
 <li>The code generator now supports vector "select" operations on vector