Detailed inline behavior of dmd?

bearophile bearophileHUGS at lycos.com
Tue Aug 6 05:38:08 PDT 2013


David:

> My experience with -inline.
> Without: runs fine
> With: segfaults

Recently the dmd inlining situation has improved, now the small 
lambdas often used with std.algorithms are inlined correctly, 
they have even removed one workaround in the all() function. I 
think the dmd patch was from Kenji.

Bye,
bearophile


More information about the Digitalmars-d mailing list