V8 (JavaScript engine)
Appearance
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Lkt1126 (talk | contribs) at 18:52, 23 January 2010 (update). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 18:52, 23 January 2010 by Lkt1126 (talk | contribs) (update)
Developer(s) | |
---|---|
Stable release | 2.0.6[1]
/ January 14, 2010 (2010-01-14) |
Repository | |
Written in | C++ |
Operating system | Microsoft Windows, Mac OS X, Linux, FreeBSD, Android |
Type | JavaScript engine |
License | BSD license |
Website | code.google.com/p/v8/ |
The V8 JavaScript engine is an open source JavaScript engine developed by Google in Denmark and shipping with the Google Chrome browser.[2] Lars Bak is the head programmer.[3]
V8 increases performance by compiling JavaScript to native machine code before executing it, rather than to a bytecode or interpreting it. Further performance increases were achieved by employing optimization techniques such as inline caching. With these features, JavaScript applications running within V8 have an effective speed comparable to a compiled binary.[4]
V8 assembler is based on Strongtalk assembler[5].
See also
References
- ^ http://code.google.com/p/v8/source/browse/trunk/ChangeLog ChangeLog
- ^ Philipp Lenssen (2008-09-01). "Google on Google Chrome - comic book". Google Blogoscoped. Retrieved 2008-09-01.
- ^ Minto, Rob (March 27 2009). "The genius behind Google's web browser". Financial Times. Retrieved 2009-03-31.
{{cite web}}
: Check date values in:|date=
(help) - ^ Seeley, Rich (5 September 2008). "Google Chrome shifts architects' equations as V8 powers the browser". SOA News. Retrieved 2008-09-07.
{{cite news}}
: Unknown parameter|coauthors=
ignored (|author=
suggested) (help) - ^ v8 Licenses
External links
- Google Code project page
- cproxyv8 and v8-juice are C++ libraries for extending v8, e.g. to assist in binding client-side C++ classes to JavaScript.
- v8cgi is a v8-based framework for serving web application written in JavaScript.
- node.js[1] is a toolkit for writing performant non-blocking event-driven network servers in JavaScript.
- Inside V8 - A Javascript Virtual Machine
Dialects | |||||||||
---|---|---|---|---|---|---|---|---|---|
Engines (comparison) | |||||||||
Frameworks |
| ||||||||
People |
| ||||||||
Other | |||||||||
|
![]() | This free and open-source software article is a stub. You can help Wikipedia by expanding it. |