There are a few advantages to using the 64-bit version:
- Security: DEP/NX is always on for 64bit processes. (Of course, on Vista SP1+, 32bit IE8+ has DEP/NX enabled by default too.)
- Security: Memory protections like ASLR are more effective (because the address space is dramatically larger)
- Security: Most bad guys only bother to write x86 shellcode, which will fail in an x64 process
- It may crash less. (Because most addons don't load in 64bit IE, it tends to be more reliable.)
- It may be faster to start up. (Because most addons aren't loaded. You can disable add-ons in 32bit IE if you'd like)
crimson;1590891 It's just makes internet browsing overall faster and able to load more pages.[/QUOTE said:No some bad advice on this thread.
IE9 64 bit uses an older JavaScript engine & is much slower than the 32 bit version.
Think about it if the 64 bit version was better & faster wouldn't Microsoft make it the default instead of hiding it away.
IE9 vs Chrome 10 vs Firefox 4 RC vs Opera 11.01 vs Safari 5 - The BIG browser benchmark! | ZDNet
Hence why I said, " Theoretically, the 64-bit version could be faster but not necessarily so."crimson;1590891 It's just makes internet browsing overall faster and able to load more pages.[/QUOTE said:No some bad advice on this thread.
IE9 64 bit uses an older JavaScript engine & is much slower than the 32 bit version.
Think about it if the 64 bit version was better & faster wouldn't Microsoft make it the default instead of hiding it away.
IE9 vs Chrome 10 vs Firefox 4 RC vs Opera 11.01 vs Safari 5 - The BIG browser benchmark! | ZDNet
Actually, IE9 uses the same javascript engine in 32 and 64bit builds, but the 64bit build does not have the JIT improvements that modify javascript to machine code before execution that is found in the 32bit version. Otherwise, they are the same. Note that IE9 performance in jscript can differ based on the document mode the page renders in too, affecting both 32 and 64bit versions of IE9.IE9 64 bit uses an older JavaScript engine & is much slower than the 32 bit version.