summaryrefslogtreecommitdiffstats
path: root/jemalloc/INSTALL
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2010-01-17 22:06:20 (GMT)
committerJason Evans <jasone@canonware.com>2010-01-17 22:06:20 (GMT)
commit78d815c9deaf7ce665110d7738482421d25b2ff0 (patch)
tree14da03b96dd7cf5a5554c9ef5d737c91588ff41d /jemalloc/INSTALL
parentb0fd5016db74678476868abb380170b319a50480 (diff)
downloadjemalloc-78d815c9deaf7ce665110d7738482421d25b2ff0.zip
jemalloc-78d815c9deaf7ce665110d7738482421d25b2ff0.tar.gz
jemalloc-78d815c9deaf7ce665110d7738482421d25b2ff0.tar.bz2
Add the --disable-tls configure option.
Diffstat (limited to 'jemalloc/INSTALL')
-rw-r--r--jemalloc/INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/jemalloc/INSTALL b/jemalloc/INSTALL
index 5cccb4e..8d94e17 100644
--- a/jemalloc/INSTALL
+++ b/jemalloc/INSTALL
@@ -89,6 +89,12 @@ any of the following arguments (not a definitive list) to 'configure':
practice, this feature usually has little impact on performance unless
thread-specific caching is disabled.
+--disable-tls
+ Disable thread-local storage (TLS), which allows for fast access to
+ thread-local variables via the __thread keyword. If TLS is available,
+ jemalloc uses it for several purposes. Not that disabling TLS implies
+ --disable-tcache.
+
The following environment variables (not a definitive list) impact configure's
behavior: