The cost of write barriers

thedeemon via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 4 02:09:45 PST 2014


On Tuesday, 4 November 2014 at 06:09:21 UTC, deadalnix wrote:

> Write barrier are only required on objects that contain mutable 
> pointer and are shared.

Required for what exactly? If you want generational GC, you'll 
need barriers everywhere, not only in shared heap.




More information about the Digitalmars-d mailing list