Class instance alignment

rikki cattermole rikki at cattermole.co.nz
Sat Feb 20 09:12:54 UTC 2021


On 20/02/2021 8:13 PM, tsbockman wrote:
> Well, that's just another reason not to use the GC for my current 
> project, then: I'm using 256-bit AVX vectors extensively.

You can still use the GC.

You just can't use it to allocate the classes you care about.

https://dlang.org/phobos/core_memory.html#.GC.addRange


More information about the Digitalmars-d-learn mailing list