Re: [JS-internals] JSContext refactoring

2016-06-17 Thread Mike Shaver
On Fri, Jun 17, 2016 at 2:45 AM, Jan de Mooij wrote: > After hundreds of Gecko/SpiderMonkey patches (thanks to bholley, bz, and > many others), each JSRuntime in Gecko now has a single JSContext. > This is amazing! Mike ___

[JS-internals] JSContext refactoring

2016-06-17 Thread Jan de Mooij
Hi all, After hundreds of Gecko/SpiderMonkey patches (thanks to bholley, bz, and many others), each JSRuntime in Gecko now has a single JSContext. We've discussed this a bit the past weeks and the next step will likely be to make JSContext inherit from JSRuntime [0]. JSContext will then only be