Re: [JS-internals] JS_THREADSAFE removal

2014-07-24 Thread Steve Fink
On 07/24/2014 07:26 AM, Jan de Mooij wrote: > (3) Without any flags, we'll use the NSPR emulation code Bill added [2] (on > POSIX platforms). This is also available explicitly as --enable-posix-nspr-emulation. (Dunno what that'll do on a non-POSIX platform.) __

[JS-internals] JS_THREADSAFE removal

2014-07-24 Thread Jan de Mooij
Hi, I just landed some patches to remove JS_THREADSAFE and --disable-threadsafe [0]. It's no longer possible to build a non-threadsafe version of SpiderMonkey. As we're using helper threads for more and more tasks, having #ifdef JS_THREADSAFE in a lot of places became really annoying and cluttere