cmd/gc: instrument logical && and ||.
The right operand of a && and || is only executed conditionnally, so the instrumentation must be more careful. In particular it should not turn nodes assumed to be cheap after walk into expensive ones. Update #4228 R=dvyukov, golang-dev CC=golang-dev https://golang.org/cl/7986043
Showing
Please register or sign in to comment