mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-26 13:36:28 +00:00
Add a brief mention of the new free-list management code.
llvm-svn: 57490
This commit is contained in:
parent
d22d9a65f7
commit
6ba508d258
@ -432,13 +432,13 @@ faster:</p>
|
|||||||
build your own tools based on it.</li>
|
build your own tools based on it.</li>
|
||||||
|
|
||||||
<li>LLVM 2.4 includes a number of new generic algorithms and data structures,
|
<li>LLVM 2.4 includes a number of new generic algorithms and data structures,
|
||||||
include a scoped hash table, 'immutable' data structures, and a
|
include a scoped hash table, 'immutable' data structures, a simple
|
||||||
<tt>raw_ostream</tt> class. The <tt>raw_ostream</tt> class and
|
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
|
<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
|
have switched over to use it. The eventual goal is to eliminate
|
||||||
std::ostream in favor of it.</li>
|
std::ostream in favor of it.</li>
|
||||||
|
|
||||||
<li>Recycler + pool allocation stuff? [DAN]</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user