• @[email protected]
    link
    fedilink
    198 months ago

    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.

    • Sibbo
      link
      fedilink
      38 months ago

      Yeah but the last requires you to explicitly distinguish between the two cases.