System programming in D (Was: The God Language)
    David Nadlinger 
    see at klickverbot.at
       
    Thu Dec 29 13:12:04 PST 2011
    
    
  
On 12/29/11 9:58 PM, Timon Gehr wrote:
> On 12/29/2011 12:19 PM, Vladimir Panteleev wrote:
>> […]One example of this is inlining
>> functions containing asm blocks - IIRC DMD does not support this.
> That does not mean the language does not support it, probably ldc and
> gdc can do it.
LDC has pragma(allow_inline), which allows you to mark a function 
containing inline asm as safe to inline.
David
    
    
More information about the Digitalmars-d
mailing list