Per thread heap, GC, etc.

Imperatorn johan_forsberg_86 at hotmail.com
Fri May 14 15:46:17 UTC 2021


On Friday, 14 May 2021 at 15:37:22 UTC, IGotD- wrote:
> On Friday, 14 May 2021 at 13:48:12 UTC, Markk wrote:
>> [...]
>
> I'm very much against binding any dynamic memory to any thread. 
> It collides with a lot of programming models. For example 
> threads created outside D, in C++ or any other language has no 
> knowledge of D GC memory. This means that FFI is much more 
> complicated.
>
> [...]

Kinda agree on this. A thread is a virtualization of the cpu and 
a process is a virtualization of the memory.


More information about the Digitalmars-d mailing list