[Bug 27955] share an immutable object between threads

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27955

--- Comment #2 from Charlie <charlie651@gmail.com> ---
Good point that thread safe GC would be required - I don't have a good enough
understanding of browser implementations to understand how difficult that would
be.  Maybe a thread could be required to pass shared objects back to the
original thread for them to be released?

There is already Object.freeze which works on ArrayBuffer, so i think
implementing immutability may not be so much of a challenge.

I came across this interesting proposal https://gist.github.com/dherman/5401735
which may be an alternate solution.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 5 February 2015 05:16:58 UTC