Speed improvements in Firefox 3.7a1pre

Discussion about official Mozilla Firefox builds
Post Reply
UrbenLegend
Posts: 307
Joined: August 18th, 2007, 11:12 am

Speed improvements in Firefox 3.7a1pre

Post by UrbenLegend »

Man anyone feeling the speed difference in page loads between Firefox 3.5.3 and 3.7a1pre? Digg seems to load just as fast in firefox as in chrome. I am not sure if its because I am using a new profile or because of the tracemonkey improvements in the nightlies. Anyone have benchmarks?
User avatar
Omega X
Posts: 8225
Joined: October 18th, 2007, 2:38 pm
Location: A Parallel Dimension...

Re: Speed improvements in Firefox 3.7a1pre

Post by Omega X »

There are a LOT of improvements on Trunk. JavaScript speed is just one of many.
ziru
Posts: 54
Joined: September 3rd, 2008, 11:57 am

Re: Speed improvements in Firefox 3.7a1pre

Post by ziru »

Don't see much improvement on JavaScript speed. But it seems that the rendering speed is faster than before.

A few improvements were mentioned in this topic:
viewtopic.php?f=23&t=1528565
User avatar
Bluefang
Posts: 7857
Joined: August 10th, 2005, 2:55 pm
Location: Vermont
Contact:

Re: Speed improvements in Firefox 3.7a1pre

Post by Bluefang »

On the V8 Benchmark I've noticed a 200% to 400% performance increase since the recursion tracing landed on trunk.
There have always been ghosts in the machine... random segments of code that have grouped together to form unexpected protocols. Unanticipated, these free radicals engender questions of free will, creativity, and even the nature of what we might call the soul...
UrbenLegend
Posts: 307
Joined: August 18th, 2007, 11:12 am

Re: Speed improvements in Firefox 3.7a1pre

Post by UrbenLegend »

Yeah I've been seeing some increases in dromaeo as well.

Everytime I tell myself I am going to stick to Firefox releases, I always end up shifting back to Minefield again. :P Gotta love the bleeding edge.
ziru
Posts: 54
Joined: September 3rd, 2008, 11:57 am

Re: Speed improvements in Firefox 3.7a1pre

Post by ziru »

Bluefang wrote:On the V8 Benchmark I've noticed a 200% to 400% performance increase since the recursion tracing landed on trunk.


Little idea of how FF scored on V8 Benchmark before. I heard that the score was bad mainly because of recursion tracing.

Tried to run V8 benchmark just now. Quite sad to see that FF trunk scores only 398, while Chromium scores 2771 on the same machine. Has the recursion tracing landed for Win?
UrbenLegend
Posts: 307
Joined: August 18th, 2007, 11:12 am

Re: Speed improvements in Firefox 3.7a1pre

Post by UrbenLegend »

I am getting 538 in the V8 benchmark on a Intel Core 2 Duo 2.53ghz
User avatar
Omega X
Posts: 8225
Joined: October 18th, 2007, 2:38 pm
Location: A Parallel Dimension...

Re: Speed improvements in Firefox 3.7a1pre

Post by Omega X »

ziru wrote:
Little idea of how FF scored on V8 Benchmark before. I heard that the score was bad mainly because of recursion tracing.

Tried to run V8 benchmark just now. Quite sad to see that FF trunk scores only 398, while Chromium scores 2771 on the same machine. Has the recursion tracing landed for Win?


No, full recursion tracing has not landed yet. Only partial.

Recursion tracing it the only thing stopping Firefox from scoring high on the V8 test.
User avatar
Bluefang
Posts: 7857
Joined: August 10th, 2005, 2:55 pm
Location: Vermont
Contact:

Re: Speed improvements in Firefox 3.7a1pre

Post by Bluefang »

ziru wrote:Tried to run V8 benchmark just now. Quite sad to see that FF trunk scores only 398, while Chromium scores 2771 on the same machine. Has the recursion tracing landed for Win?


Not really. The V8 tests were likely designed with V8's features in mind. It was the only JS engine that implemented recursion tracing, and that is what the tests heavily rely on.
There have always been ghosts in the machine... random segments of code that have grouped together to form unexpected protocols. Unanticipated, these free radicals engender questions of free will, creativity, and even the nature of what we might call the soul...
geeknik
Posts: 960
Joined: February 25th, 2003, 10:11 pm
Location: USA

Re: Speed improvements in Firefox 3.7a1pre

Post by geeknik »

I can't go back to using 3.5.3. I've got Minefield installed on all of the machines I might need to browse the web on. ;)
teoli2003
Posts: 5091
Joined: November 10th, 2005, 2:54 am
Contact:

Re: Speed improvements in Firefox 3.7a1pre

Post by teoli2003 »

Omega X wrote:Recursion tracing it the only thing stopping Firefox from scoring high on the V8 test.

Unfortunately no, though it would help a lot. It was (and still somewhat is) something needed, but not the only one. A lot of others work has been done (on guards and a few others one; see bug 504587 for details) and some other still need to be done like Polymorphic Inline Caching (bug 518487).
User avatar
Omega X
Posts: 8225
Joined: October 18th, 2007, 2:38 pm
Location: A Parallel Dimension...

Re: Speed improvements in Firefox 3.7a1pre

Post by Omega X »

Its critical regardless of other tweaks. Recursion tracing is the big win for benchmarketing.
User avatar
_Dexter_
Posts: 1436
Joined: August 30th, 2008, 6:54 pm
Location: Miami

Re: Speed improvements in Firefox 3.7a1pre

Post by _Dexter_ »

Score: 1040 on V8 test.
Intel i7 Core Quad @ 4.25Ghz | Cooler Master Hyper 212 Plus | 12GB PC3-16000 RAM | ASUS HD6970 2GB - 12.3 CATS | ASUS PA246Q IPS 24" LCD 16:10 | OCZ AGILITY-EX SSD SLC | Windows 7 SP1 x64 Ultimate
UrbenLegend
Posts: 307
Joined: August 18th, 2007, 11:12 am

Re: Speed improvements in Firefox 3.7a1pre

Post by UrbenLegend »

streetwolf wrote:Score: 1040 on V8 test.

You must have a beast of a computer. I am only getting 538 on a Intel Core 2 Duo 2.53 ghz.
User avatar
Omega X
Posts: 8225
Joined: October 18th, 2007, 2:38 pm
Location: A Parallel Dimension...

Re: Speed improvements in Firefox 3.7a1pre

Post by Omega X »

Yes, he does. Poser. :p
Post Reply