[Issue 19946] In betterC filling an array with a non-zero value fails for types of size > 1 due to missing _memset16/_memset32/etc.
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Wed Jun 8 10:30:14 UTC 2022
https://issues.dlang.org/show_bug.cgi?id=19946
--- Comment #10 from Dennis <dkorpel at live.nl> ---
(In reply to RazvanN from comment #5)
> I think that long-term the best solution would be to lower the code in the
> frontend and, indeed, lower the hooks to templates.
I agree. My only reservation is that LDC and GDC seem to handle setting arrays
in -betterC fine, but with a frontend lowering they might have a performance
regression unless they start recognizing the new template hooks.
--
More information about the Digitalmars-d-bugs
mailing list