checkedint call removal

H. S. Teoh via Digitalmars-d digitalmars-d at puremagic.com
Thu Jul 31 12:46:17 PDT 2014


On Thu, Jul 31, 2014 at 09:37:11PM +0200, Daniel Gibson via Digitalmars-d wrote:
[...]
> This thread however shows that many D users (who probably have more D
> experience than myself) are not aware that assert() may influence
> optimization and would prefer to have separate syntax to tell the
> optimizer what values he can expect.
[...]

AFAIK, the compiler currently doesn't use assert as a source of
information for optimization, it's just being proposed.


T

-- 
Blunt statements really don't have a point.


More information about the Digitalmars-d mailing list