summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-14 15:14:55 +0000
committerDan Gohman <gohman@apple.com>2008-10-14 15:14:55 +0000
commit765edbc4e47c1f1f0c81bc167b42807093ac6195 (patch)
tree4dcb046189ed1c8576106d5ff59317b20c3affa9 /llvm/docs/ReleaseNotes.html
parent20564a05b9ae014e878b6c19a99e16679e079291 (diff)
downloadbcm5719-llvm-765edbc4e47c1f1f0c81bc167b42807093ac6195.tar.gz
bcm5719-llvm-765edbc4e47c1f1f0c81bc167b42807093ac6195.zip
Add a brief mention of the new free-list management code.
llvm-svn: 57490
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r--llvm/docs/ReleaseNotes.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 4e20ec4cd1b..84c5bf354eb 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/docs/ReleaseNotes.html
@@ -432,13 +432,13 @@ faster:</p>
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>
OpenPOWER on IntegriCloud