[Issue 10826] [GC] Should the D GC allocate double4[] aligned to 32 bytes?

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Aug 9 12:45:34 UTC 2020


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

Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schveiguy at yahoo.com
           Assignee|nobody at puremagic.com        |schveiguy at yahoo.com

--- Comment #3 from Steven Schveighoffer <schveiguy at yahoo.com> ---
This came up again:
https://forum.dlang.org/post/rgionugyekzpxuetyslh@forum.dlang.org

I have an idea that might work: when allocating an array of items with
alignment greater than 16 bytes, just offset the first element when calculating
the size.

--


More information about the Digitalmars-d-bugs mailing list