Jump to content

Talk:V8 (JavaScript engine)

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by SineBot (talk | contribs) at 03:01, 19 April 2011 (Signing comment by 98.248.214.168 - "External links: external link gets an error."). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
WikiProject iconSoftware: Computing Stub‑class Mid‑importance
WikiProject iconThis article is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software 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.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing (assessed as Low-importance).
WikiProject iconInternet Stub‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Internet, a collaborative effort to improve the coverage of the Internet 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.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
WikiProject iconSoftware: Computing Stub‑class Low‑importance
WikiProject iconThis article is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software 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.
StubThis article has been rated as Stub-class on Wikipedia's content assessment scale.
LowThis article has been rated as Low-importance on the project's importance scale.
Taskforce icon
This article is supported by WikiProject Computing.

http://code.google.com/p/v8/ returns 403 Forbidden but http://code.google.com/p/v9/ returns 404 Not Found. This link should be live shortly so leaving it here for now even if broken for a few hours. samj (talk) 10:27, 2 September 2008 (UTC)[reply]

http://code.google.com/p/v8/ is now online Raffaele.castagno (talk) 13:22, 3 September 2008 (UTC)[reply]

http://code.google.com/p/v8/ returned 500 on 18 April 2011. —Preceding unsigned comment added by 98.248.214.168 (talk) 03:00, 19 April 2011 (UTC)[reply]

Article name

The engine is called V8, right? Not V8 JavaScript engine? So shouldn't the article rather be named V8 (JavaScript engine)? — Northgrove 08:31, 19 September 2008 (UTC)[reply]

Moved. Joshua Issac (talk) 21:16, 28 September 2008 (UTC)[reply]
Is V8 an engine or only an interpreter? I mean, chrome uses also webcore/JavaScriptCore as engine and only v8 as interpreter (and safari SquirrelFish/Extreme...), or am I wrong? ~~
V8 is Chrome's JavaScript engine. In all release builds of both Chrome and Chromium, V8 does all the JavaScript execution. The source tree does include JavaScriptCore, but is only enabled if the compilation is specifically configured to do so. This is done for the purposes of comparison between the two engines. Any binary you get from an official source, whether it be Chrome or Chromium, uses only V8 to parse and execute JavaScript. And technically, V8 is not an interpreter as it only executes machine code generated from JavaScript. —Preceding unsigned comment added by 151.199.93.253 (talk) 01:55, 13 December 2009 (UTC)[reply]

First Version Published, Sep 02, 2008

per http://code.google.com/p/v8/downloads/detail?name=benchmarks-v1.zip&can=2&q=

24.215.141.142 (talk) 00:52, 19 May 2010 (UTC)[reply]