Hi
While browsing with chrome, i noticed that it responds extremely fast ( in comparison with IE and firefox on my laptop) in terms of rendering pages, including javascript heavy sites like gmail.
This is what googlebook on chrome has to say
- tabs are hosted in process rather than thread.
- compile javascript using V8 engine as opposed to interpreting.
- Introduce new virtual machine to support javascript heavy apps
- introduce "hidden class transitions" and apply dynamic optimization to speed up things.
- Replace inefficient "Conservative garbage colllection" scheme with more precise garbage collection scheme.
- Introduce their own task scheduler and memory manager to manage the browser environment.
All this sounds so familiar, and Microsoft has been doing such things for long time.. Windows os, C++, C# etc compilers, CLR, and so on.
So why microsoft or any other browser vendor is not taking chrome's approach??. Is there a flaw in Chrome's approach?? If not, is the rest of browser vendor community caught unaware with google's approach??.. Just wondering..
