michael@0: // The loop count at which we trace michael@0: const RECORDLOOP = this.tracemonkey ? tracemonkey.HOTLOOP : 8; michael@0: // The loop count at which we run the trace michael@0: const RUNLOOP = RECORDLOOP + 1;