File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -262,11 +262,10 @@ any of the following arguments (not a definitive list) to 'configure':
262262
263263* ` --with-lg-vaddr=<lg-vaddr> `
264264
265- Specify the number of significant virtual address bits. jemalloc uses
266- pointer tagging if the pointer size is bigger than the required size for
267- virtual addresses. By default the configure script determines this via CPUID
268- information on x86_64 and uses default values for other architectures. This
269- option may be useful when cross compiling.
265+ Specify the number of significant virtual address bits. By default, the
266+ configure script attempts to detect virtual address size on those platforms
267+ where it knows how, and picks a default otherwise. This option may be
268+ useful when cross-compiling.
270269
271270* ` --disable-initial-exec-tls `
272271
You can’t perform that action at this time.
0 commit comments