[llvm-commits] CVS: llvm-poolalloc/runtime/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 10 11:09:47 PST 2005
Changes in directory llvm-poolalloc/runtime:
README.txt added (r1.1)
---
Log message:
note the status
---
Diffs of the changes: (+15 -0)
README.txt | 15 +++++++++++++++
1 files changed, 15 insertions(+)
Index: llvm-poolalloc/runtime/README.txt
diff -c /dev/null llvm-poolalloc/runtime/README.txt:1.1
*** /dev/null Thu Mar 10 13:09:42 2005
--- llvm-poolalloc/runtime/README.txt Thu Mar 10 13:09:32 2005
***************
*** 0 ****
--- 1,15 ----
+ //===---------------------------------------------------------------------===//
+ This directory contains the pool allocator runtime library implementations.
+
+ The only fully maintained runtime library implementation is in the FL2Allocator
+ directory. This supports the pool allocator, the bump pointer optimization,
+ and the pointer compression runtime.
+
+ The implementation is the FreeListAllocator directory is much slower than
+ the FL2Allocator and has not been updated.
+
+ The implementation in the PoolAllocator directory is also probably out of date,
+ and is much slower than FL2, but is used by the SAFECode project, which cannot
+ allow pool metadata to be stored intermixed with program data.
+
+
More information about the llvm-commits
mailing list