diff options
author | Chris Lattner <sabre@nondot.org> | 2003-11-27 09:51:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-11-27 09:51:54 +0000 |
commit | 3074b34ad042f8812d0c8c11726d6aeb738b1e4a (patch) | |
tree | baf09cfd97cebaaf114860b799c6a7d709a4c2fa | |
parent | 35976d91afc2d4b9853de7fc5565c5345aa9ffb2 (diff) |
PR11 is now fixed for 1.1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10242 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index ba18b1805c..24000707f9 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -148,6 +148,8 @@ cases).</li> <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 @@ href="http://gcc.gnu.org/gcc-3.4/changes.html">GCC 3.4 release notes</a>.<p> 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> |