summaryrefslogtreecommitdiffstats
path: root/js/src/tests/js1_8_1/jit/shell.js
blob: 63f283b96f80a891c6101d925d540ea9c3b85651 (plain)
1
2
3
4
// The loop count at which we trace
const RECORDLOOP = this.tracemonkey ? tracemonkey.HOTLOOP : 8;
// The loop count at which we run the trace
const RUNLOOP = RECORDLOOP + 1;