DIP62: Volatile type qualifier for unoptimizable variables in embedded programming

Johannes Pfau via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 15 10:12:02 PDT 2014


Am Tue, 15 Jul 2014 17:07:26 +0000
schrieb "bearophile" <bearophileHUGS at lycos.com>:

> Artur Skawina:
> 
> > You can already express
> > all the described volatile semantics in GDC's D dialect, in a
> > completely portable way and without using a single asm 
> > instruction.
> 
> What's GDC syntax?
> 
> Bye,
> bearophile

That's off-topic, but its asm("" : : : "memory");


More information about the Digitalmars-d mailing list