gecko-dev/js
Jon Coppeard 66adc8077b Bug 1827621 - Add a mininum heap size threashold at which to use parallel marking r=sfink
Benchmark results show that using parallel marking is not always a win for
small heaps, so add a threshold for its use.

This is set to 10MB, which will result in using parallel marking ~70% of the
time.

This parameter is set to zero for jit-tests and shell js tests so we get test
coverage where heap sizes are expected to be small (and maximum performance is
not a goal).

Differential Revision: https://phabricator.services.mozilla.com/D175249
2023-04-13 16:38:11 +00:00
..
examples Bug 1817347 - Prevent jorendb from spewing out enormous strings r=jonco 2023-03-23 21:07:06 +00:00
loader Bug 1822452 - Reject any remaining requests; r=jonco 2023-03-23 09:54:49 +00:00
public Bug 1827621 - Add a mininum heap size threashold at which to use parallel marking r=sfink 2023-04-13 16:38:11 +00:00
src Bug 1827621 - Add a mininum heap size threashold at which to use parallel marking r=sfink 2023-04-13 16:38:11 +00:00
xpconnect Bug 1823880 - Select fdlibm version of Math builtins dynamically. r=nbp,spidermonkey-reviewers 2023-04-05 10:12:55 +00:00
app.mozbuild
ffi.configure
moz.build
moz.configure Bug 1826741 - [riscv] Enable jit by default. r=jandem 2023-04-13 08:30:05 +00:00
sub.configure