Inherent code performance advantages of D over C?

jerro a at a.com
Sat Dec 14 05:06:46 PST 2013


> The alt-compilers have an attribute... if only we could alias 
> attributes
> (or groups of attributes). Another thing we need... :/

With GDC you can already do this:

import gcc.attribute;

@attribute("forceinline") foo()
...


More information about the Digitalmars-d mailing list