On heap segregation, GC optimization and @nogc relaxing

deadalnix via Digitalmars-d digitalmars-d at puremagic.com
Tue Nov 11 22:48:46 PST 2014


On Wednesday, 12 November 2014 at 03:13:20 UTC, Rikki Cattermole 
wrote:
> [...]

yes and no. The ideas is similar, but it is not doable at library 
level if we want to get safety and the full benefit out of it, as 
it would require for the compiler to introduce some call to the 
runtime at strategic places and it does interact with @nogc.


More information about the Digitalmars-d mailing list