diff options
| author | Dan Gohman <gohman@apple.com> | 2008-10-14 15:14:55 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-10-14 15:14:55 +0000 |
| commit | 8d9af69139b46c81f978fd71c8dee77be422ed1f (patch) | |
| tree | e4ebd3fefef855de20e698ed5ad11658f4ff5182 /docs | |
| parent | aa53e56a0fd6aedb6fd5687635c8c02a18fc472a (diff) | |
| download | external_llvm-8d9af69139b46c81f978fd71c8dee77be422ed1f.zip external_llvm-8d9af69139b46c81f978fd71c8dee77be422ed1f.tar.gz external_llvm-8d9af69139b46c81f978fd71c8dee77be422ed1f.tar.bz2 | |
Add a brief mention of the new free-list management code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57490 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 4e20ec4..84c5bf3 100644 --- a/docs/ReleaseNotes.html +++ b/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> |
