Gollum@feddit.de to Programmer Humor@programming.dev · 8 months agoPOV: Working at Googlefeddit.deimagemessage-square15fedilinkarrow-up1621arrow-down122
arrow-up1599arrow-down1imagePOV: Working at Googlefeddit.deGollum@feddit.de to Programmer Humor@programming.dev · 8 months agomessage-square15fedilink
minus-squareramius345@sh.itjust.workslinkfedilinkarrow-up20arrow-down1·8 months agoDon’t need an if, just set the variable and collect the data. Saved you a jump instruction. The compiler is going to optimize it out anyway, but simpler code is better and some people forget the -O flag.
minus-squareSibbo@sopuli.xyzlinkfedilinkarrow-up3·8 months agoYeah but the last requires you to explicitly distinguish between the two cases.
Don’t need an if, just set the variable and collect the data. Saved you a jump instruction. The compiler is going to optimize it out anyway, but simpler code is better and some people forget the -O flag.
Yeah but the last requires you to explicitly distinguish between the two cases.