blob: 63f283b96f80a891c6101d925d540ea9c3b85651 [file] [log] [blame]
// 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;