InfoQ Homepage Google V8 Content on InfoQ
-
One Less Browser Engine: Opera Switches to WebKit
Opera will release new versions of their browser for mobile and desktop based on WebKit. They are also going to integrate Chromium.
-
Google Has Open Sourced Octane, a New JavaScript Benchmark Suite
Google has open sourced Octane, a JavaScript benchmarking suite consisting of 13 tests measuring browser performance.
-
Node Gets Faster, More Stable
Node.js 0.8 is out. It is faster, more stable, has major improvements in the Cluster module, a new Domain module and a new build that depends on GYP.
-
Preview the Next JavaScript in Google Chrome
Google Chrome and V8 now support some of the features planned for the next version of JavaScript, known as ECMAScript 3.1 “Harmony”. To try out these features you can use dev channel release of Chrome with the “Experimental JavaScript features” flag turned on.
-
Debugging Mobile Web Apps: Weinre and JSConsole Now, Remote WebKit Eventually
Debuggers in mobile web browsers are anemic at best. InfoQ takes a look at existing workarounds and tools like Weinre and JSConsole, as well as the upcoming changes in mobile browsers that will bring full debugging support. Also: the two mobile browsers that already live in the future and ship remote debugging support.
-
Evented I/O for Javascript with Google V8-based Node.js
Node.js allows scalable ѕtandalone Javascript server programs by bundling Google's V8 with libraries for event-based I/O. InfoQ takes a look at what makes Node.js tick.