
3 Jun
2013
3 Jun
'13
3:07 a.m.
On Jun 2, 2013, at 23:58 , Carter Schonwald
Indeed, as Dan says, theres the safeint library and the Integer type.
If the Int type had either of these semantics by default, many many performance sensitive libraries would suddenly have substantially less compelling performance. Every single operation that was branchless before would have a branch *every* operation..... this would be BAD.
I'd like to see actual data, measurements of actual wall-time impact on real code on modern hardware, not assumptions. Tommy