[llvm-commits] CVS: llvm/docs/ReleaseNotes.html

Chris Lattner lattner at cs.uiuc.edu
Thu Nov 27 03:53:11 PST 2003


Changes in directory llvm/docs:

ReleaseNotes.html updated: 1.67 -> 1.69

---
Log message:

PR11 is now fixed for 1.1!



---
Diffs of the changes:  (+3 -5)

Index: llvm/docs/ReleaseNotes.html
diff -u llvm/docs/ReleaseNotes.html:1.67 llvm/docs/ReleaseNotes.html:1.69
--- llvm/docs/ReleaseNotes.html:1.67	Wed Nov 26 14:09:49 2003
+++ llvm/docs/ReleaseNotes.html	Thu Nov 27 03:52:03 2003
@@ -148,6 +148,8 @@
 
 <li>Constant initializers now generate loops instead of potentially <a href="http://llvm.cs.uiuc.edu/PR75">huge amounts of straight-line code</a>.</li>
 
+<li>Code for running C++ destructors is now properly shared when possible.  Before, the C++ front-end
+<a href="http://llvm.cs.uiuc.edu/PR11">generated N^2 amounts of duplicated cleanup code</a> in some cases.</li>
 </ol>
 
 <p>In this release, the following bugs in the previous release were fixed:</p>
@@ -513,10 +515,6 @@
     different from the model used in the Itanium ABI, so <b>exceptions will not
     interact correctly</b>. </li>
 
-<li><a href="http://llvm.cs.uiuc.edu/PR11">Code for executing destructors when
-    unwinding is not shared</a> (this is a quality of implementation problem,
-    which does not effect functionality).</li>
-
 </ul>
 
 </div>
@@ -617,7 +615,7 @@
   src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!" /></a>
 
   <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2003/11/26 20:09:49 $
+  Last modified: $Date: 2003/11/27 09:52:03 $
 </address>
 
 </body>





More information about the llvm-commits mailing list