diff options
author | Jason Evans <jasone@canonware.com> | 2010-01-17 22:06:20 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2010-01-17 22:06:20 (GMT) |
commit | 78d815c9deaf7ce665110d7738482421d25b2ff0 (patch) | |
tree | 14da03b96dd7cf5a5554c9ef5d737c91588ff41d /jemalloc/INSTALL | |
parent | b0fd5016db74678476868abb380170b319a50480 (diff) | |
download | jemalloc-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/INSTALL | 6 |
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: |