[llvm-commits] [llvm] r57490 - /llvm/trunk/docs/ReleaseNotes.html
Dan Gohman
gohman at apple.com
Tue Oct 14 08:14:56 PDT 2008
Author: djg
Date: Tue Oct 14 10:14:55 2008
New Revision: 57490
URL: http://llvm.org/viewvc/llvm-project?rev=57490&view=rev
Log:
Add a brief mention of the new free-list management code.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=57490&r1=57489&r2=57490&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Tue Oct 14 10:14:55 2008
@@ -432,13 +432,13 @@
build your own tools based on it.</li>
<li>LLVM 2.4 includes a number of new generic algorithms and data structures,
- include a scoped hash table, 'immutable' data structures, and a
- <tt>raw_ostream</tt> class. The <tt>raw_ostream</tt> class and
+ include a scoped hash table, 'immutable' data structures, a simple
+ free-list manager, and a <tt>raw_ostream</tt> class.
+ The <tt>raw_ostream</tt> class and
<tt>format</tt> allow for efficient file output, and various pieces of LLVM
have switched over to use it. The eventual goal is to eliminate
std::ostream in favor of it.</li>
-<li>Recycler + pool allocation stuff? [DAN]</li>
</ul>
</div>
More information about the llvm-commits
mailing list