Talk:List of ECMAScript engines
![]() | Computing Redirect‑class Low‑importance | |||||||||
|
What scripting engines are used by Openwave, Opera mini, or the Nokia or Motorola browsrs? Mathiastck 12:14, 19 July 2007 (UTC)
Redlinks to be avoided.
Are all the red links in this articles that need to be created and have notability? --Pmedema (talk) 05:36, 18 August 2008 (UTC)
It looks like many of them are libraries built around the SpiderMonkey engine, rather than ECMAScript engines in their own right. 17.203.15.154 (talk) 05:10, 25 August 2008 (UTC)
Source missing
"SpiderMonkey — JavaScript engine in Mozilla Gecko applications, including Firefox. Adobe also uses it in Flash Media Server." . References on where this usage by Adobe FMS is declared ? —Preceding unsigned comment added by 95.244.153.54 (talk) 06:48, 2 September 2010 (UTC)
JägerMonkey
http://en.wikipedia.org/wiki/JägerMonkey
Should this not be swaped with trace monkey? Wyatt Childers (talk) 20:33, 17 September 2010 (UTC)
BESEN
This page makes no mention of BESEN, a new Object Pascal ECMAScript engine. Apparently the first engine that was entirely ECMAScript 5 compliant - http://besen.sourceforge.net/ —Preceding unsigned comment added by 130.225.243.84 (talk) 19:19, 2 May 2011 (UTC)
Rhino
Rhino is listed as "interpreted only". However, it can and does compile the JS into Java bytecode, which in turn can be JIT compiled by the JVM into machine code.
I don't believe Rhino has a JIT. You can explicitly tell it to compile a given script as a whole, or to interpret it. All this information is available in the Rhino page.
So while it doesn't fit into the JIT group, it's not accurate to leave it in the "interpreted only" group either.
Out of curiosity, I started looking into the other JS engines listed as "interpreted only".
- QtScript: now uses JavaScriptCore (Nitro)
- LinearB: redirects to Opera's Presto_(layout_engine)#JavaScript_engines. Opera currently uses Carakan. I suggest listing the other JS engines Opera has used as well, or pulling LinearB from the list.
- JKS: An evolutionary predecessor to JavaScriptCore which in turn became SquirrelFish/Nitro.
- Furthark: in the same boat as LinearB, a JS engine used by older versions of Opera.
--Mstorer (talk) 17:39, 5 October 2011 (UTC)
SquirrelFish & JavaScriptCore
Should really SquirrelFish be shown separately from JavaScriptCore? SquirrelFish is an incremental rewrite of JavaScriptCore which has finally been integrated to Webkit [1] Despite this rewrite, it is still called JavaScriptCore. [2] Alexandre.Morgaut (talk) 12:00, 6 June 2012 (UTC)