On 04/07/2013 08:23 AM, Tetsuharu OHZEKI [:saneyuki_s] wrote:
> Why do we have no "
javascript.options.ion.chrome" option? Other jit options
> has each options like "javascript.options.*.chrome" and
> "javascript.options.*.chrome".
Because IonMonkey has been optimized for features which are only available
in the content without any special version mention to the script tag.
For example, there is no support for let in IonMonkey, even if this should
not be hard to support. So just that would cause most function to switch
back-and-forth between JITs, which was a big concern with JägerMonkey. This
should no longer be a big concern with the Baseline Compiler.
--
Nicolas B. Pierron