In order for spidermonkey to be threadsafe, it needs to be built with nspr. Currently, as my work stands right now, we build a static copy of nspr and spidermonkey. The shared library versions of spidermonkey properly depend on the nspr shared libraries. We need to verify that this is correct.
In order for spidermonkey to be threadsafe, it needs to be built with nspr. Currently, as my work stands right now, we build a static copy of nspr and spidermonkey. The shared library versions of spidermonkey properly depend on the nspr shared libraries. We need to verify that this is correct.