// checkbce prints all bounds checks that are present in the function. // Useful to find regressions. checkbce is only activated when with // corresponding debug options, so it's off by default. // See test/checkbce.go func checkbce(f *Func) { … }
// checkbce prints all bounds checks that are present in the function. // Useful to find regressions. checkbce is only activated when with // corresponding debug options, so it's off by default. // See test/checkbce.go func checkbce(f *Func) { … }