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