DIP 1016--ref T accepts r-values--Formal Assessment
    Dennis 
    dkorpel at gmail.com
       
    Sat Feb  9 00:04:20 UTC 2019
    
    
  
On Friday, 8 February 2019 at 23:58:49 UTC, H. S. Teoh wrote:
> Yep, the moral of the story is, if codegen quality is important 
> to you, use ldc (and presumably gdc too) rather than dmd.
That's definitely true, but that leaves the question whether 
lowering rvalue references to lambdas is acceptable. There's the 
'dmd for fast builds, gdc/ldc for fast code' motto, but if your 
debug builds of your game make it run at 15 fps it becomes 
unusable. I don't want the gap between dmd and compilers with 
modern back-ends to widen.
    
    
More information about the Digitalmars-d-announce
mailing list