On heap segregation, GC optimization and @nogc relaxing

Paulo Pinto via Digitalmars-d digitalmars-d at puremagic.com
Mon Nov 17 01:52:51 PST 2014


On Sunday, 16 November 2014 at 10:21:53 UTC, Marc Schütz wrote:
> On Friday, 14 November 2014 at 21:59:47 UTC, deadalnix wrote:
>> On Friday, 14 November 2014 at 11:46:51 UTC, Marc Schütz wrote:
>> That is a well covered subject and told you what to google for 
>> as
>> well as the basic approach. Your example here simply told me 
>> you
>> haven't done your homework before posting.
>
> Ok, you caught me there :-P
>
> To my excuse, I did do some (too) superficial research, but 
> even found statements like some ML languages not supporting 
> multithreading, but no details about GC techniques used.
>
> But your explanation makes it clear, and this indeed a very 
> clever idea.

If you mean OCaml, the runtime is being made multi-thread.

http://www.ocamlpro.com/blog/2013/07/01/monthly-06.html


More information about the Digitalmars-d mailing list