tor-browser

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

enterjit-osr-disabling.js (223B)


      1 setJitCompilerOption("baseline.warmup.trigger", 10);
      2 setJitCompilerOption("ion.warmup.trigger", 20);
      3 
      4 enableGeckoProfilingWithSlowAssertions();
      5 (function() {
      6   disableGeckoProfiling();
      7   var n = 50;
      8   while (n--);
      9 })();