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.)
