[Issue 9646] std.algorithm.splitter for strings has opportunities for improvement
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Tue Jun 28 10:31:20 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=9646
qznc at web.de changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qznc at web.de
--- Comment #3 from qznc at web.de ---
For an update. This is still an issue for LDC 1.0.0 and DMD 2.071.0.
One problem is certainly that find does not get inlined. While everything of
MySplitter gets inlined. Maybe this is more of a dmd than a phobos bug.
Does LDC use the LLVM inliner?
--
    
    
More information about the Digitalmars-d-bugs
mailing list