PDA

View Full Version : Firefox better under WINE than running nativly



adeypoop
January 18th, 2010, 06:19 AM
i just found this link which surprised me.

http://www.favbrowser.com/windows-vs-linux-firefox-firefox-wine-and-opera/

firefox is supposed to perform better in windows than linux, not only that it seems it's faster when running the windows one with WINE!?

just wondering what peoples thoughts are on this?

phrostbyte
January 18th, 2010, 06:26 AM
Those benchmarks are pretty old, I doubt it's true for V8 anymore.

I did some more recent benchmarks:
http://ubuntuforums.org/showthread.php?t=1365791

Indeed Firefox's JS performance on Wine is better. I'm pretty sure the big performance gap is because 64-bit Firefox 3.5 and below lacks a JIT'er. There might be other reasons however.

However, Firefox on Linux is beating Windows on graphics performance, which is kind of unusual (we are trained to think Xorg is primitive). Well it's only unusual until you realise Firefox on Windows renders to a GDI surface, and GDI has no hardware acceleration. Windows is doing 100% software rendering.

adeypoop
January 19th, 2010, 08:42 AM
phew don't think i'll run to install firefox on wine just now then. thanks for the informative response

The Toxic Mite
January 19th, 2010, 09:05 AM
FYI, I find that Firefox performs better on Linux than Windows ;)

Xbehave
January 19th, 2010, 01:09 PM
Indeed Firefox's JS performance on Wine is better. I'm pretty sure the big performance gap is because 64-bit Firefox 3.5 and below lacks a JIT'er. There might be other reasons however.
Doesn't it have a JIT'er just it lakcs hand optimised asm? The other weakness is the linux version doesn't get PGO (personally I think canonical should PGO it in their builds), this is party due to bugs and partly because gcc PGOs are harder than MSVC.