mirror of
https://github.com/golang/go
synced 2024-11-22 04:14:42 -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:
parent
09d4bcf0f7
commit
1c99bdc8e5
@ -478,7 +478,7 @@ brk:
|
||||
* peep-hole on basic block
|
||||
*/
|
||||
if(!debug['R'] || debug['P']) {
|
||||
peep();
|
||||
// peep();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user