DConf 2014 Keynote: High Performance Code Using D by Walter Bright

dennis luehring via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jul 16 07:21:23 PDT 2014


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


More information about the Digitalmars-d-announce mailing list