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

Reply via email to