Rust and GCC, two different ways
Rust and GCC, two different ways
Posted Oct 11, 2021 8:15 UTC (Mon) by marcH (subscriber, #57642)In reply to: Rust and GCC, two different ways by eru
Parent article: Rust and GCC, two different ways
> But as it happens, the compiler always evaluates them left-to-right, due to the decisions of its implementer
Except re-ordering stuff when allowed is an optimization favorite.
I totally get your point but I suspect your example is not great and that "good" examples are fairly rare.
