summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormig <mig>2011-03-18 13:32:33 (GMT)
committermig <mig>2011-03-18 13:32:33 (GMT)
commiteed4991d081bb530cc04accd03144a4d815d2b3a (patch)
treef6752dd3b27df93afe864116a85316384315373d
parent46c7a6bcac3a7466a3bf33ce1aaf81c4f5563afa (diff)
downloadtcl-eed4991d081bb530cc04accd03144a4d815d2b3a.zip
tcl-eed4991d081bb530cc04accd03144a4d815d2b3a.tar.gz
tcl-eed4991d081bb530cc04accd03144a4d815d2b3a.tar.bz2
README addition
-rw-r--r--README.mig-alloc-reform6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.mig-alloc-reform b/README.mig-alloc-reform
index 5a52c26..302812a 100644
--- a/README.mig-alloc-reform
+++ b/README.mig-alloc-reform
@@ -9,8 +9,10 @@ What is mig-alloc-reform?
e. unify all allocator options in a single file tclAlloc.c
d. exploit fast TSD via __thread where available (autoconferry still
missing, enable by hand with -DHAVE_FAST_TSD)
- f. small improvement in zippy's memory usage: try to split blocks in
- the shared cache before allocating new ones from the system
+ f. small improvements in zippy's memory usage:
+ . try to split blocks in the shared cache before allocating new
+ ones from the system
+ . use the same bucket for Tcl_Objs and smallest allocs
2. New allocator options
a. purify build (but stop using them, see below). This is suitable to