Descriptioncmd/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 issue 4228
Patch Set 1 #Patch Set 2 : diff -r b4351de48c51 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r b4351de48c51 https://go.googlecode.com/hg/ #
Total comments: 4
Patch Set 4 : diff -r d448734315d3 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 17b2bed9d136 https://go.googlecode.com/hg/ #
MessagesTotal messages: 8
|