The "no gc" crowd

deadalnix deadalnix at gmail.com
Tue Oct 8 20:18:22 PDT 2013


On Wednesday, 9 October 2013 at 02:22:35 UTC, Andrei Alexandrescu 
wrote:
> * Get Robert Schadek's precise GC in. Walter and I have become 
> 101% convinced a precise GC is the one way to go about GC.
>

This make sense. We also badly need to be able to use type 
qualifier. We must stop the world when collecting thread local 
data or immutable one. That do not make any sense.

I'm pretty sure that in most application, sheared data is a small 
set. First step is to get the compiler to generate appropriate 
calls, even if they go to the same GC alloc function to begin 
with.


More information about the Digitalmars-d mailing list