Re: PSA: __noSuchMethod__ is deprecated in SpiderMonkey

2015-09-21 Thread Tom Schuster
Jan just disabled __noSucnMethod__ on Nightly (Firefox 44). On Fri, Mar 6, 2015 at 6:10 PM, Joshua Cranmer 🐧 wrote: > On 3/6/2015 10:44 AM, Jan De Mooij wrote: > >> We've deprecated [0] __noSuchMethod__ [1] support in SpiderMonkey. It's a >> non-standard feature that no other engine supports, an

Re: PSA: __noSuchMethod__ is deprecated in SpiderMonkey

2015-03-06 Thread Joshua Cranmer 🐧
On 3/6/2015 10:44 AM, Jan De Mooij wrote: We've deprecated [0] __noSuchMethod__ [1] support in SpiderMonkey. It's a non-standard feature that no other engine supports, and it's been hindering ongoing performance work as __noSuchMethod__ is not trivial to support in the JITs. I've posted patches

PSA: __noSuchMethod__ is deprecated in SpiderMonkey

2015-03-06 Thread Jan De Mooij
We've deprecated [0] __noSuchMethod__ [1] support in SpiderMonkey. It's a non-standard feature that no other engine supports, and it's been hindering ongoing performance work as __noSuchMethod__ is not trivial to support in the JITs. I've posted patches to convert all in-tree and add-on SDK uses a