Can the Firefox JavaScript JIT be disabled from a script?
问题 Our web site has a fairly complex JS app that fails with the latest Firefox 10 release. This is due to what appears to be a bug in the JS interpretor, making variables return NULL when they clearly aren't. This bug only occurs when the JIT compiler is active, not when it's disabled. We will report the bug to Mozilla and try to find a workaround. Is there a way to disable the JIT in Firefox for a specific script, from inside the script? Thank you. 回答1: The answer comes from Brian Hackett (