1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:24:40 -07:00

turn off peep half of optimizer for release

R=r
CC=golang-dev
https://golang.org/cl/3919043
This commit is contained in:
Ken Thompson 2011-01-11 17:30:25 -08:00
parent 09d4bcf0f7
commit 1c99bdc8e5

View File

@ -478,7 +478,7 @@ brk:
* peep-hole on basic block
*/
if(!debug['R'] || debug['P']) {
peep();
// peep();
}
/*