зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1181142 - Part 2: Make the minimum jemalloc4 allocation size 16 bytes on Windows 64. r=glandium
This commit is contained in:
Родитель
c2edbab476
Коммит
f23e86d3d6
|
@ -34,6 +34,11 @@ if test "$MOZ_BUILD_APP" != js -o -n "$JS_STANDALONE"; then
|
|||
# Lazy lock initialization doesn't play well with lazy linking of
|
||||
# mozglue.dll on Windows XP (leads to startup crash), so disable it.
|
||||
ac_configure_args="$ac_configure_args --disable-lazy-lock"
|
||||
|
||||
# 64-bit Windows builds require a minimum 16-byte alignment.
|
||||
if test -n "$HAVE_64BIT_BUILD"; then
|
||||
ac_configure_args="$ac_configure_args --with-lg-tiny-min=4"
|
||||
fi
|
||||
fi
|
||||
elif test "${OS_ARCH}" = Darwin; then
|
||||
# When building as a replace-malloc lib, disabling the zone allocator
|
||||
|
|
Загрузка…
Ссылка в новой задаче