Slashdot Mirror


IE 9 Beta Strips Down For Speed

CWmike writes "Those who have written off IE as being slow and old-looking are in for a surprise. The just-released Internet Explorer 9 beta is dramatically faster than its predecessor, sports an elegant, stripped-down interface and adds some useful new features, writes Preston Gralla. Even more surprising than the stripped-down interface is IE9 beta's speed. Internet Explorer has long been the slowest browser by a wide margin. IE9 has turned that around in dramatic fashion, using hardware acceleration and a new JavaScript engine it calls Chakra, which compiles scripts in the background and uses multiple processor cores. In this beta, my tests show it overtaking Firefox for speed, and putting up a respectable showing against Safari, Opera and Chrome. It's even integrated into Windows 7. One big problem: It will not work on Windows XP. So, forget the performance and security boost, many enterprises and netbook users."

3 of 288 comments (clear)

  1. tabs on the same row as address bar by spyked · · Score: 4, Interesting

    Am I the only guy who doesn't like this idea?

  2. Re:M$ snubs XP ? by ledow · · Score: 4, Interesting

    It's a good way to shift more customers to alternatives. I know that all the schools I've worked in, Firefox is compulsory because even the *thought* of updating IE or trying to move to 7 just to gain some small advantages and lose quite a lot of existing functionality / ease of use puts fears into the bursars.

    Support XP and you could EASILY double the userbase of IE9. It shows what Microsoft is really after - not customers, but lock-in to ever-decreasing upgrades. My bursar promised to kill me if I end up needing something that HAS to have Windows 7 installed in the school to run. At least for the next few years. I similarly have a promise to hunt down any of my users who tries to fiddle with their desktop icons in order to restore IE access instead of Firefox.

  3. Re:No cross platform support either by Trepidity · · Score: 5, Interesting

    Cross-platformness in a radical sense (all hardware, all operating systems) does seem to be quickly falling by the wayside, and not just with IE only running on Windows..

    The Apple version of Webkit (Safari) of course only runs on OSX, or OSX+iOS if you count Mobile Safari as the same browser. Chrome runs on the three major OSs, but only x86, x86-64, and ARM architectures, and is hard to port, due to generating machine code in its Javascript engine. Opera runs on x86, x86-64, ARM, and SuperH, and is reportedly somewhat easier to port, but it's closed-source so who knows. Firefox 4 will run only on x86 and x86-64.

    So Firefox 3.6.x may be the last modern web browser that runs basically everywhere. You can get binaries for all major platforms, and Debian currently ships it for all 8 of its supported architectures: x86, x86-64, alpha, ARM, MIPS, PowerPC, S390 (!), and SPARC.

    Sort of step backwards from the original Unix solution to portability: you write your stuff in C+POSIX, and then it runs everywhere we've ported a C compiler and a POSIX layer. Now apps are sprouting their own architecture-specific virtual machines! Perhaps LLVM will save us? It'd be nice if we managed to agree again on a single point of porting, so instead of saying "Chrome runs on x86, x86-64, and ARM, Firefox runs on x86 and x86-64", you can say "Browser Foo runs on anything with an LLVM port".