Rethinking race-free process signaling
Rethinking race-free process signaling
Posted May 6, 2019 18:25 UTC (Mon) by mgedmin (guest, #34497)In reply to: Rethinking race-free process signaling by kmweber
Parent article: Rethinking race-free process signaling
> The 255-point limit was annoying but straightforward enough to understand, but for the life of me I couldn't understand why accumulated rushing yards was limited at 1023. This was in the mid-to-late 2000s; it wasn't *that* long ago, and memory certainly wasn't scarce enough that it was worth the extra trouble of using bitfields or implementing an explicit limit in code that was less than the max value of the data type used.
16-bit fixed point numbers maybe, with 6 bits reserved for the fractional value?