diff options
author | mig <mig> | 2011-03-18 13:10:03 (GMT) |
---|---|---|
committer | mig <mig> | 2011-03-18 13:10:03 (GMT) |
commit | 3504143b6c065a392dd1e98e22e06c53e0fc4e4e (patch) | |
tree | c14afbc75b6abc6fcbf3b705a0e0b788a604aa3b | |
parent | faf9def2a7c70743d49dd1e923d82b8dc0f9d718 (diff) | |
download | tcl-3504143b6c065a392dd1e98e22e06c53e0fc4e4e.zip tcl-3504143b6c065a392dd1e98e22e06c53e0fc4e4e.tar.gz tcl-3504143b6c065a392dd1e98e22e06c53e0fc4e4e.tar.bz2 |
README addition
-rw-r--r-- | README.mig-alloc-reform | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.mig-alloc-reform b/README.mig-alloc-reform index 139af2e..92debc3 100644 --- a/README.mig-alloc-reform +++ b/README.mig-alloc-reform @@ -38,6 +38,10 @@ What is mig-alloc-reform? ** PERFORMANCE NOTES ** + * do enable HAVE_FAST_TSD on threaded build where available! Without + that it is probably slower than before. Note that __thread is not + available on macosx, but the "slow" version should be quite fast there + (or so they say) * not measured, but: purify, native and zippy builds should be just as fast as before. The obj-alloc macros have been removed while developing. It is not certain that they provide a speedup, this will |