tor-browser

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

enterjit-osr-enabling.js (198B)


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