blob: 72cc8db09659001f90ff66defe109812331e5d7b [file] [log] [blame]
setJitCompilerOption("baseline.warmup.trigger", 10);
setJitCompilerOption("ion.warmup.trigger", 20);
enableSPSProfilingWithSlowAssertions();
(function() {
disableSPSProfiling();
var n = 50;
while (n--);
})();