Thread local and memory allocation

Walter Bright newshound2 at digitalmars.com
Mon Oct 3 15:55:07 PDT 2011


On 10/3/2011 12:48 PM, deadalnix wrote:
> What do you think ? Is it something it worth working on ? If it is, how can I
> help ?

It is a great idea, and it has been discussed before. The difficulties are when 
thread local allocated data gets shared with other threads, like for instance 
immutable data that is implicitly shareable.


More information about the Digitalmars-d mailing list