Win64, merge-2.067, LLVM master, VS 2015 - current status

kinke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu May 21 12:25:53 PDT 2015


On Thursday, 21 May 2015 at 19:07:20 UTC, David Nadlinger wrote:
> We should be able to do better, though, especially for cases 
> like this where the length is known statically.

Definitely, if GDC manages to do so, we should too.

Some years ago, I ported some math-intensive C++ code to D and 
rewrote all simple loops by array ops, for better readability but 
primarily because I assumed that'd help with SSE vectorization. 
No wonder the runtime was about an order of magnitude higher 
compared to the corresponding C++ version. The disappointment was 
rather high and lowered my interest in D, so yes, please create a 
Github issue about this.


More information about the digitalmars-d-ldc mailing list