mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 20:59:51 +00:00
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
This commit is contained in:
parent
a8b8490b2b
commit
bd9f9af676
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user