Interview With Google's V8 Author Lars Bak
Dr Pete writes "Financial Times has an interesting piece about Lars Bak and Kasper Lund the authors of the V8 virtual machine in Google's Chrome browser. 'Chrome attracted more than 10 million users in its first 100 days. Although that's an impressive number, it still only translates into about 1 per cent of browser usage online. It will be a while before it can compete with Firefox, Internet Explorer and others. In December last year, Google announced that Chrome was now out of its development, or Beta, phase and is ready to be shipped as a pre-installed browser on some PCs. This could rapidly increase the number of users. Moreover, the European Commission's antitrust battle with Microsoft over, among other things, how its own browser, Internet Explorer, is integrated into its Windows operating system may give competitors such as Google a chance to claim ground.'" Interestingly enough Google Chrome is currently fighting it out with Safari as the #3 web browser on Slashdot.
How is this an "interview"?
There's no -1 for "I don't get it."
May actually be an option very soon. Internet explorer is completely uninstallable in the latest build of windows 7. (7022 & later)
According to the Wikipedia page on Google Chrome:
The Wikipedia page further details the information collected by Chrome.
Any comments?
Over six times less currently. Of course, the general Slashdot usage trends may be different. I am sure Google can steal market share from others though - especially if they release viable Mac/Linux versions of Chrome.
For example, projects like CouchDB which uses Javascript map/reduce functions to implement "views" on stored documents.
I've been playing around with the ongoing ports to linux and osx and have been really impressed so far. The linux port is now equivelent in speed to 2.0 on windows, tabs are functional by keyboard shortcut if not mouse yet, spellchecking is in, the startup time blows away all the other browsers on my system, and in general it's looking like a first class port instead of the afterthought I'd initially taken it to be. Obviously there's still a ton more to do on it, but the foundation's looking really solid.
Everything will be taken away from you.
Is this the drummer from Metallica?
...but thus giving it stability
Maybe I have imagined this, but I thought there used to be a slashbox which displayed OS and or browser stats.
I think it got to be a bit depressing to see the % of linux users dropping as /. attracted bigger and bigger crowds so that slashbox disappeared.
I doubt there is another website which has more linux users so the /. stats probably represent a best case number for linux market penetration.
I'd be a lot more inclined to use Chrome if I could do so without it installing the GoogleUpdate service and then turning it back on after I've explicitly disabled it. Windows is bloated enough without me being "tricked" into running additional services that I don't want or need.
Google chrome 2.0 has image scaling.
I was looking at using v8 in our open source soft-switch/pbx/telephony application server FreeSWITCH http://www.freeswitch.org/
We currently are using spidermonkey from Mozilla and it has it's ups and downs in the scalability department since it was not designed for thousands of concurrent sessions in a single process. The documentation for v8 was impressive but sadly, 64 bit is not supported. It would be nice to get 64 bit supported so we could experiment further with it because it looks really well written.
Interestingly enough Google Chrome is currently fighting it out with Safari as the #3 web browser on Slashdot.
According to who? Everyone has different numbers. I can pull some out my ass that make Firefox #1, or Firefox #4.
Who is the authority on browser percentages?
Aero
Please stop hurting America -- Jon Stewart
I could have had a V8!
Weaselmancer
rediculous.
couch db is based on erlang. Also, java and javascript are not the same.
Do you even lift?
These aren't the 'roids you're looking for.
.
A virtual machine.
JIT.
sandboxing
frameworks
cross-platform capability
bytecode (at least for Android)
.
Might as well buy Sun, use their IP and re-implement everything in Scala.Then they'll be ready to take over the world.
if an anti-monopoly ruling of some court would help the biggest search engine to bundle their browser preinstalled to consumer PCs.
I didn't know that, but it's perfect for me. I didn't know I had the option of keeping IE 8 and removing Windows 7 completely. Sweet!
I have built the linux version from source (using whatever is under the hood of depot_tools/gclient sync - git I think).
Just to check the speed claims as I found it hard to believe - but they appear to be true. Default is debug build was at about 9 secs on SunSpider (with most of the difference in the strings section) vs release build 1.4sec and this was about a week ago.
Usable kind of but noticeably improving with each build I do.
The Singularity is closer than you think
Quant
It *might* have made sense when browsers weren't free, but now that they are, how is bundling a browser with your OS an antitrust issue? Why don't they go after Apple? Why don't they force Microsoft to stop bundling Notepad?
TFA only affirms: nothing good can ever come out of corporate environment...
everything worthwhile is done on a farm, in a galaxy far far away, e.g. V8, Doom, Luke Skywalker...
On professional side, V8 sucks googles comparing to some other VMs.
Have you built CouchDB from source? It requires and uses Mozilla's Javascript implementation. CouchDb server side scripting is done with Javascript.
I see that my original post was judged offtopic - a hint that Slashdoters are not quite up on their tech -- just bullshit.
Server side Javascript will become important - I am willing to take bets, my friends :-)
BTW, CouchDB rocks!
Oops - I just noticed in my subject that I said "Java", not "Javascript" which is what I meant. Oh Well :-)
so you meant "This will be a big help for server side Javascript"????
thats sounds even more retarded.
That stuff is delicious!
How does a browser's SMP support affect network stability? I'm curious.
I know tobacco is bad for you, so I smoke weed with crack.
Not at all retarded: speeding up Javascript runtime performance with compilation, JITs, etc. will obviously help server side frameworks like CouchDB that use Javascript (although CouchDB is written mostly in Erlang).
I understand that most people are more concerned with Javascript performance in the browser which is what the article was about, so my original post probably was off topic.