Jump to content

Talk:List of ECMAScript engines

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mstorer (talk | contribs) at 17:39, 5 October 2011 (signed). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconComputing Redirect‑class Low‑importance
WikiProject iconThis redirect is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
RedirectThis redirect does not require a rating on Wikipedia's content assessment scale.
LowThis redirect has been rated as Low-importance on the project's importance scale.

What scripting engines are used by Openwave, Opera mini, or the Nokia or Motorola browsrs? Mathiastck 12:14, 19 July 2007 (UTC)[reply]

Are all the red links in this articles that need to be created and have notability? --Pmedema (talk) 05:36, 18 August 2008 (UTC)[reply]

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)[reply]

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)[reply]

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)[reply]

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)[reply]

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)[reply]