// Running for more than a minute. This should never happen.
returnnil,mem,r.errorAt(fn.blocks[0].instructions[0],fmt.Errorf("interp: running for more than a minute, timing out (executed calls: %d)",r.callsExecuted))
}
t0:=time.Since(r.start)
// Parameters are considered a kind of local values.
// Running for more than maxInterpSeconds seconds. This should never happen.
returnnil,mem,r.errorAt(fn.blocks[0].instructions[0],fmt.Errorf("interp: running for more than %d seconds, timing out (executed calls: %d)",maxInterpSeconds,r.callsExecuted))