[Bug 681209] Re: Port to Spidermonkey 2.0

Chris Coulson chris.coulson at canonical.com
Thu Nov 25 02:56:16 UTC 2010


This seems to do the job

** Attachment added: "debdiff"
   https://bugs.launchpad.net/ubuntu/+source/couchdb/+bug/681209/+attachment/1744201/+files/debdiff

** Changed in: couchdb (Ubuntu)
       Status: New => Triaged

** Description changed:

  Binary package hint: couchdb
  
  couchjs needs porting to the latest Spidermonkey version in Natty. Some
  notable changes:
  
  - The old JSNative has been replaced by what used to be JSFastNative
  - JS_SealObject has gone
  - js_fgets can't be linked to from applications compiled with gcc
+ - jsval's are now 64 bits wide (they used to be 32 bits, including the bits reserved for tags), meaning that jsint's can now use the full 32-bits
  
  Patch coming....

-- 
Port to Spidermonkey 2.0
https://bugs.launchpad.net/bugs/681209
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “couchdb” package in Ubuntu: Triaged

Bug description:
Binary package hint: couchdb

couchjs needs porting to the latest Spidermonkey version in Natty. Some notable changes:

- The old JSNative has been replaced by what used to be JSFastNative
- JS_SealObject has gone
- js_fgets can't be linked to from applications compiled with gcc
- jsval's are now 64 bits wide (they used to be 32 bits, including the bits reserved for tags), meaning that jsint's can now use the full 32-bits

Patch coming....







More information about the Ubuntu-sponsors mailing list