[Issue 18899] destroy is inefficient for small structs

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu May 24 19:15:39 UTC 2018


https://issues.dlang.org/show_bug.cgi?id=18899

--- Comment #7 from Steven Schveighoffer <schveiguy at yahoo.com> ---
I'm not sure that it is.

But we aren't calling memcpy anyway, we are calling _d_arraycopy, not inlined.
See the generated AST from Mike's example.

--


More information about the Digitalmars-d-bugs mailing list