pragma(inline, true) not very useful in its current state?
    Marco Leise via Digitalmars-d 
    digitalmars-d at puremagic.com
       
    Sun Sep 27 04:48:38 PDT 2015
    
    
  
Am Sat, 26 Sep 2015 19:58:14 +0200
schrieb Artur Skawina via Digitalmars-d
<digitalmars-d at puremagic.com>:
> `allow` is the default state and always safe; for the cases
> where it's /undesirable/, there is noinline.
> 
> artur
No what I meant was when the compiler sees inline assembly or
anything else it deems not safe to inline, you can convice it
anyways. It is more like @trusted on otherwise @system
functions. I just mentioned it so it is under consideration,
as I have seen it in LLVM.
-- 
Marco
    
    
More information about the Digitalmars-d
mailing list