On 2012-10-22 19:44, Sean Kelly wrote:

Blocks flagged as shared would be completely ignored by the thread-local GC collection.  
Since shared data may never reference unshared data, that should avoid anything being 
collected that's still referenced.  I hadn't thought about "immutable" though, 
which may turn out to be a problem.

Funny thing, immutable was supposed to make it easier to do concurrency programming.

--
/Jacob Carlborg

Reply via email to