Time to move std.experimental.checkedint to std.checkedint ?

tsbockman thomas.bockman at gmail.com
Wed Mar 31 04:37:49 UTC 2021


On Wednesday, 31 March 2021 at 04:08:02 UTC, Andrei Alexandrescu 
wrote:
> Not much to write home about. The jumps scale linearly with the 
> number of primitive operations:
>
> https://godbolt.org/z/r3sj1T4hc
>
> That's not going to be a speed demon.

Ideally, in release builds the compiler could loosen up the 
precision of the traps a bit and combine the overflow checks for 
short sequences of side-effect free operations.


More information about the Digitalmars-d mailing list