mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-05-15 01:16:23 +03:00
run_tests.sh: Don't test large vaddr with -m32.
This commit is contained in:
parent
a308af360c
commit
e94ca7f3e2
1 changed files with 5 additions and 0 deletions
|
|
@ -64,6 +64,11 @@ for cc, cxx in possible_compilers:
|
|||
else '')
|
||||
)
|
||||
|
||||
# We don't want to test large vaddr spaces in 32-bit mode.
|
||||
if ('-m32' in compiler_opts and '--with-lg-vaddr=56' in
|
||||
config_opts):
|
||||
continue
|
||||
|
||||
# Per CPU arenas are only supported on Linux.
|
||||
linux_supported = ('percpu_arena:percpu' in malloc_conf_opts \
|
||||
or 'background_thread:true' in malloc_conf_opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue