Permalink
Mike on v8
  • vote
    7
    0 starsmike | Shared With: Everyone - May 27 2009 | google, javascript, open source, v8, chrome
    v8 -    Google Code

    Open Source javascript engine behind Chrome - really pushing performance for JS.

  • vote
    19
    0 starsmike | Shared With: Everyone - Sep 02 2008 | javascript, v8, programming, chrome
    Design Elements - Google V8 JavaScript Engine - Google Code

    Really good explanation of why V8 is such a fast implementation of JavaScript:

    - Fast Property Access using dynamically created hidden classes.
    - Inline property access optimization
    - Direct conversion to machine code (no byte codes)
    - Efficient Garbage Collection

  • vote
    7
    0 starsmike | Shared With: Everyone - Sep 02 2008 | javascript, google, open source, v8, chrome
    v8 - Google Code

    This is the open source project for the high performance JavaScript engine in the Google Chrome browser.

1 - 3 of 3 Faves

Related Content from Around Faves

javascript

VIEW ALL

chrome

VIEW ALL