Am 15.07.2014 18:20, schrieb Andrei Alexandrescu:
http://www.reddit.com/r/programming/comments/2aruaf/dconf_2014_keynote_high_performance_code_using_d/

https://www.facebook.com/dlang.org/posts/885322668148082

https://twitter.com/D_Programming/status/489081312297635840


Andrei


@Walter

can you give an short (working) example code to show the different resulting assembler for your for-rewrite example - and what compilers your using for testing - only dmd or gdc?

this example:

T[10] array
for(int i = 0; i < 10; ++i) foo(array[i])

i've tested some combination on
http://gcc.godbolt.org/ with clang 3.4.1 and gcc4.9x

and i can't see any difference

Reply via email to