Hi,
John Stultz john.stultz@linaro.org writes:
unsigned chain = (i < remaining - 1);
Personally, I think doing it via the conditional makes the logic a bit less taxing to read/skim. So I might keep that bit as is.
I agree, it's easier to follow the code. Compiler is, mostly, likely optimizing that anyway.