[llvm-commits] CVS: llvm-poolalloc/runtime/FreeListAllocator/README.txt
Chris Lattner
lattner at cs.uiuc.edu
Thu Mar 10 11:04:02 PST 2005
Changes in directory llvm-poolalloc/runtime/FreeListAllocator:
README.txt added (r1.1)
---
Log message:
Add note
---
Diffs of the changes: (+3 -0)
README.txt | 3 +++
1 files changed, 3 insertions(+)
Index: llvm-poolalloc/runtime/FreeListAllocator/README.txt
diff -c /dev/null llvm-poolalloc/runtime/FreeListAllocator/README.txt:1.1
*** /dev/null Thu Mar 10 13:03:59 2005
--- llvm-poolalloc/runtime/FreeListAllocator/README.txt Thu Mar 10 13:03:49 2005
***************
*** 0 ****
--- 1,3 ----
+ This implementation of the pool allocator runtime library is not used,
+ and is kept for historical reasons. Please use the FL2 allocator
+ instead.
More information about the llvm-commits
mailing list