checkedint call removal
Timon Gehr via Digitalmars-d
digitalmars-d at puremagic.com
Fri Aug 1 08:37:47 PDT 2014
On 08/01/2014 05:18 AM, Walter Bright wrote:
> On 7/31/2014 12:46 PM, H. S. Teoh via Digitalmars-d wrote:
>> AFAIK, the compiler currently doesn't use assert as a source of
>> information for optimization, it's just being proposed.
>
> It already does by default,
That's good and that's obviously not a problem. If the check is there,
the behaviour of the optimized code does not change.
> the proposal is to do it for -release.
>
(I think he is talking about -release.)
More information about the Digitalmars-d
mailing list