On Tue, Sep 10, 2013 at 12:40 PM, Luke Wagner <[email protected]> wrote: > Is the baseline JIT enabled in whatever sandbox/execution-environment these > addons using the addon SDK run in?
Most addon-sdk stuff uses, I believe. Our jit story for non-DOM stuff generally isn't great. At the moment, we use a special JSContext for Sandboxes, which doesn't appear to specify anything jit-related. I don't remember if we default off or on in that case: http://mxr.mozilla.org/mozilla-central/source/js/xpconnect/src/Sandbox.cpp#1461 > So, IIRC, old addons built with the addon SDK included a copy of the SDK, but > new addons built with the SDK will used a shared (and fixable) copy in > Firefox? Yes. But those addons need to be rebuilt, and the current SDK still uses __noSuchMethod__. _______________________________________________ dev-tech-js-engine-internals mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-internals

