From 3742996850fe9e01a5d9dd94a09e24d026d4330a Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sun, 5 Jul 2026 10:54:53 -0400 Subject: [PATCH] comment out javascript.options.baselinejit.threshold --- Fastfox.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fastfox.js b/Fastfox.js index fa1e677..18c366a 100644 --- a/Fastfox.js +++ b/Fastfox.js @@ -3,7 +3,7 @@ * Fastfox * * "Non ducor duco" * * priority: speedy browsing * - * version: 152 * + * version: 154 * * url: https://github.com/yokoffing/Betterfox * ***************************************************************************************/ @@ -141,7 +141,7 @@ user_pref("content.notify.interval", 100000); // (.10s); default=120000 (.12s) // Lowering this from 100 to 50 promotes "warm" functions to compiled machine code // sooner, which reduces dropped frames while browsing. // [1] https://ra1ahq.blog/en/optimizaciya-proizvoditelnosti-mozilla-firefox-chast-1 -user_pref("javascript.options.baselinejit.threshold", 50); // default=100 +//user_pref("javascript.options.baselinejit.threshold", 50); // default=100 // PREF: raise the IonMonkey (Ion) optimizing-JIT compilation threshold // Controls how many times a function runs before Firefox promotes it from the