tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit e39acbf04c65cfdba9ef0996ab13b88285e10001
parent b26c65fcbc14a29f1e443bc8a0c4f099313e3ff5
Author: Cornelius Emase <corneliuslochipi@gmail.com>
Date:   Wed, 19 Nov 2025 00:58:27 +0000

Bug 1874878 - Update CLI help to match JITOptions defaults r=mgaudet

Differential Revision: https://phabricator.services.mozilla.com/D272891

Diffstat:
Mjs/src/shell/js.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/shell/js.cpp b/js/src/shell/js.cpp @@ -12958,7 +12958,7 @@ bool InitOptionParser(OptionParser& op) { "Don't compile very large scripts (default: on, off to disable)") || !op.addIntOption('\0', "ion-warmup-threshold", "COUNT", "Wait for COUNT calls or iterations before compiling " - "at the normal optimization level (default: 1000)", + "at the normal optimization level (default: 1500)", -1) || !op.addStringOption( '\0', "ion-regalloc", "[mode]",