Commit 1c99bdc8 authored by Ken Thompson's avatar Ken Thompson

turn off peep half of optimizer for release

R=r
CC=golang-dev
https://golang.org/cl/3919043
parent 09d4bcf0
...@@ -478,7 +478,7 @@ brk: ...@@ -478,7 +478,7 @@ brk:
* peep-hole on basic block * peep-hole on basic block
*/ */
if(!debug['R'] || debug['P']) { if(!debug['R'] || debug['P']) {
peep(); // peep();
} }
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment