DIP62: Volatile type qualifier for unoptimizable variables in embedded programming

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Jul 16 01:26:48 PDT 2014


On Wednesday, 16 July 2014 at 05:17:56 UTC, Johannes Pfau wrote:
> There's TypeInfo and there's the assert(this)

The optimizer should be able to eliminate this assert after 
inlining as it knows it's not null. It should be looked into, why 
the optimizer didn't remove it.


More information about the Digitalmars-d mailing list