pragma(inline)

Ilya via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Tue Dec 29 19:24:45 PST 2015


Hi,

Does `pragma(inline, true)` force DMD compiler to inline function 
when `-inline` was _not_ defined?

I am failing to get a good disassembled code with obj2asm/otool 
:-(

Best, Ilya


More information about the Digitalmars-d-learn mailing list