Gollum to Programmer [email protected] • 8 months agoPOV: Working at Googlefeddit.deimagemessage-square15fedilinkarrow-up1615arrow-down121
arrow-up1594arrow-down1imagePOV: Working at Googlefeddit.deGollum to Programmer [email protected] • 8 months agomessage-square15fedilink
minus-square@[email protected]linkfedilink19•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-squareSibbolinkfedilink3•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.