Slow code, slow

kdevel kdevel at vogtner.de
Sat Feb 24 02:22:52 UTC 2018


On Friday, 23 February 2018 at 20:15:12 UTC, H. S. Teoh wrote:
> Now that I got your attention:
>
> 	https://issues.dlang.org/show_bug.cgi?id=18511

Your bug report is about slowdown in *compilation* time. I 
wondered if the longer compilation time is due to the better 
(faster) generated code. But this is not the case either:

$ ./dotbench
initialized arrays of type double
dot_fast: 279 ms
value = 0
dot_slow: 5413 ms
value = 0
dotProduct: 217 ms
value = 0





More information about the Digitalmars-d mailing list