INSTALL.md: Clarify --with-lg-vaddr.

The current wording can be taken to imply that we return tagged pointers to the
user, or otherwise rely on architectural support for them.
This commit is contained in:
David Goldblatt 2018-05-04 10:44:17 -07:00 committed by David Goldblatt
parent 63712b4c4e
commit b001e6e740

View File

@ -262,11 +262,10 @@ any of the following arguments (not a definitive list) to 'configure':
* `--with-lg-vaddr=<lg-vaddr>` * `--with-lg-vaddr=<lg-vaddr>`
Specify the number of significant virtual address bits. jemalloc uses Specify the number of significant virtual address bits. By default, the
pointer tagging if the pointer size is bigger than the required size for configure script attempts to detect virtual address size on those platforms
virtual addresses. By default the configure script determines this via CPUID where it knows how, and picks a default otherwise. This option may be
information on x86_64 and uses default values for other architectures. This useful when cross-compiling.
option may be useful when cross compiling.
* `--disable-initial-exec-tls` * `--disable-initial-exec-tls`