On Jan 19, 9:42 am, Christophe Grand <[EMAIL PROTECTED]> wrote:
> Norris Boyd a écrit :
>
> > We do need
> > thread safety in the default implementation as the previous
> > implementation was used in multithreaded environments.
>
> Speaking of thread-safety, which properties do you want to
> guarantee/enforce? (I was surprised by some synchronized statements in
> NativeArray.)
>
> Christophe

Operations on objects should be atomic, so reading a property or
writing a property should be unaffected by other operations on the
object from another thread.

--N
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to