crankshaft
Chrome updated with faster JavaScript engine, tabbed settings and password sync
Last month's beta version of Chrome has become the new stable build, bringing a large JavaScript performance improvement to hundreds of millions of Chrome users. While it's a bit meaningless at this stage, this means the stable channel is now version 10, which first appeared at the end of 2010.
The main addition to this version is Crankshaft, a new version of the V8 JavaScript engine that results in 66% faster JavaScript performance -- as measured by Google's own V8 benchmark, anyway. Amongst other changes is the new-look tabbed settings page, sandboxed Adobe Flash for better security, and passwords are now synced with Chrome Sync. For complete release notes, check the Google Chrome Releases blog.
To update to the latest stable version of Chrome, simply close your browser and re-open it -- the update should be applied automatically. Alternatively, click the wrench icon and then About Google Chrome, which will check for the the latest update.
- Add new comment
- Read more
- 1215 reads
- Feed: Download Squad
Google Chrome 10 Available In Canary Build, 2 Times Faster Than Chrome 9
Google Chrome 10 is now available in the Canary build of the browser. The new update includes the Crankshaft technology for the V8 JavaScript engine. The new Canary build is currently at version 10.0.603.3 and is definitely faster than the current Chrome 9 on the dev channel.
I ran a test using Chrome’s V8 Benchmark suite and Chrome 10 almost has a 50% increase in performance over Chrome 9 as you can see. This bodes well with the claim Google made about Crankshaft almost doubling Chrome’s current speed.
Google Chrome Canary Build is not for the for the faint-hearted, it is based upon code which is untested so you might want to stay away from it if you don’t like crashes. However, you can install Canary Build as a separate installation so it should not be a problem as such. Interested? Go ahead and download Chrome Canary build from here .
(Source: DSQ)
- Add new comment
- Read more
- 1543 reads
- Feed: Techie Buzz
Google Chrome Canary hits v10, Crankshaft turbocharges V8 JavaScript engine
With all the Chrome OS and Chrome Web Store hoopla today, a post over at the Chromium blog went mostly unnoticed -- and it's definitely noteworthy. Freshly baked in the Chromium snapshot builds and is Crankshaft, an enhancement to Chrome's V8 JavaScript engine that has yielded some impressive gains.
Crankshaft is made up of four components:
- a runtime profiler for identifying code that uses a significant number of CPU cycles
- a base compiler for generating code more quickly
- an optimizing compiler which re-compiles code pinpointed by the profiler
- deoptimization mechanism that allows Crankshaft to recover from overly-optimistic code optimizations
Crankshaft offers improvements in both startup time and maximum performance, with Google noting gains of up to 12% on JavaScript-heavy pages. On Google's own V8 benchmark, Crankshaft helps Chrome post scores which are almost 50% higher than previous versions with V8 alone.
...And for those of you wondering when Chrome was going to hit version ten, you've got your answer. It's already happened to the Canary build -- so hit your wrench menu > About Google Chrome and restart to update yourself to Chrome X! There's not much new that you'll notice right off the bat, with the exception of a selectable Instant option and experimental geolocation features in about:flags.
- Add new comment
- Read more
- 1611 reads
- Feed: Download Squad