comparison: js/src/jit-test/tests/profiler/enterjit-osr-disabling.js
js/src/jit-test/tests/profiler/enterjit-osr-disabling.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 setJitCompilerOption("baseline.usecount.trigger", 10); |
|
2 setJitCompilerOption("ion.usecount.trigger", 20); |
|
3 |
|
4 enableSPSProfilingAssertions(true); |
|
5 (function() { |
|
6 disableSPSProfiling(); |
|
7 var n = 50; |
|
8 while (n--); |
|
9 })(); |