Garbage Collection for Systems Programmers
rkompass
rkompass at gmx.de
Wed Apr 3 09:28:07 UTC 2024
On Tuesday, 2 April 2024 at 14:50:19 UTC, Richard (Rikki) Andrew
Cattermole wrote:
> On 03/04/2024 2:23 AM, Guillaume Piolat wrote:
>> If you want to use GC and be portable, then (currently in D
>> today) you have to write your own D runtime. Of which there is
>> 3 or 4 custom ones!
>
> And worse still they each have to implement the compiler hooks,
> when all they really need to implement is stuff like allocation
> of memory!
>
Is this the reason why there is no D for Arduino?
(Which would be a big + in terms of popularity).
More information about the Digitalmars-d
mailing list