foreach thoughts
    Dicebot 
    public at dicebot.lv
       
    Tue Jan 14 01:40:17 PST 2014
    
    
  
On Tuesday, 14 January 2014 at 09:28:49 UTC, Manu wrote:
> Perhaps __forceinline in the future may create some 
> opportunities to do
> these things without creating a crap load of superfluous 
> function calls.
I don't think this is the case for __forceinline - it is a 
problem with generic optimizer logic if such trivial wrappers 
don't get inlined. Former is specialized power tool, latter 
benefits every single program out there.
    
    
More information about the Digitalmars-d
mailing list