<div dir="ltr">On 25 May 2013 15:00, deadalnix <span dir="ltr"><<a href="mailto:deadalnix@gmail.com" target="_blank">deadalnix@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Saturday, 25 May 2013 at 01:56:42 UTC, Manu wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Understand, I have no virtual-memory manager, it won't page, it's not a<br>
performance problem, it will just crash if I mis-calculate this value.<br>
</blockquote>
<br></div>
So the GC is kind of out.<br>
</blockquote></div><br></div><div class="gmail_extra" style>Yeah, I'm wondering if that's just a basic truth for embedded.</div><div class="gmail_extra" style>Can D implement a ref-counting GC? That would probably still be okay, since collection is immediate.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Modern consoles and portables have plenty of memory; can use a GC, but simpler/embedded platforms probably just can't. An alternative solution still needs to be offered for that sort of hardware.</div>
</div>