From 6ba508d25852b068cc5f6a2b3cce0f700c36d396 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Tue, 14 Oct 2008 15:14:55 +0000
Subject: [PATCH] Add a brief mention of the new free-list management code.
llvm-svn: 57490
---
docs/ReleaseNotes.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 4e20ec4cd1b..84c5bf354eb 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -432,13 +432,13 @@ faster:
build your own tools based on it.
LLVM 2.4 includes a number of new generic algorithms and data structures,
- include a scoped hash table, 'immutable' data structures, and a
- raw_ostream class. The raw_ostream class and
+ include a scoped hash table, 'immutable' data structures, a simple
+ free-list manager, and a raw_ostream class.
+ The raw_ostream class and
format 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.
-Recycler + pool allocation stuff? [DAN]