[ 
https://issues.apache.org/jira/browse/COUCHDB-1078?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13050472#comment-13050472
 ] 

Chris Coulson commented on COUCHDB-1078:
----------------------------------------

I don't think it would have any immediate impact functionally, but IIRC 
correctly a debug build of Spidermonkey will assert if you start a request on a 
context without first calling JS_SetContextThread, which could make future 
debugging difficult. Also, even if couchjs isn't multi-threaded, GC still 
happens in a separate thread.

> Port couchjs to newest libmozjs
> -------------------------------
>
>                 Key: COUCHDB-1078
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1078
>             Project: CouchDB
>          Issue Type: Improvement
>          Components: JavaScript View Server
>    Affects Versions: 1.0.2
>            Reporter: Chris Coulson
>            Assignee: Randall Leeds
>            Priority: Minor
>         Attachments: COUCHDB-1078.patch, couchjs_ff185.patch, 
> mozjs1.8.5.patch, mozjs2.0.patch
>
>
> In the libmozjs shipped with Firefox 4 / xulrunner 2.0, jsapi has changed a 
> fair bit. It would be nice to add support to couchjs for the latest libmozjs 
> so Linux distro's don't have to support old versions of it.
> I already have a WIP patch for this

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to