Closed
Bug 696405
Opened 14 years ago
Closed 13 years ago
V8 regression for raytrace and regexp
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gwagner, Unassigned)
References
Details
Attachments
(3 files)
I was looking at the v8 benchmark scores for a nightly build from end of 8/24 and today and saw regressions on raytrace and regexp on my MBP. The overall score is much better.
curr:
Score: 5930
Richards: 7703
DeltaBlue: 8086
Crypto: 12119
RayTrace: 3499
EarleyBoyer: 7418
RegExp: 1593
Splay: 8263
8/24
Score: 5098
Richards: 7982
DeltaBlue: 5137
Crypto: 8494
RayTrace: 4030
EarleyBoyer: 4854
RegExp: 2092
Splay: 6283
Are these known regressions or should we investigate?
Comment 1•14 years ago
|
||
This brings up the question if we have any automated regression finding for individual V8 benchmarks. Though I suppose most of the time you won't improve one and worsen another.
Summary: V8 regressioin for raytrace and regexp → V8 regression for raytrace and regexp
Comment 2•14 years ago
|
||
There is a patch for raytrace in bug 638794 (needs a rewrite before it can land, though), and numbers for how that affects the benchmark in bug 642002.
I don't know what's going on with the regexp benchmark. I thought it would be improved by bug 663138 but it wasn't, and now think this benchmark is pretty much totally determined by actual regexp performance (which makes sense, I guess).
Comment 3•14 years ago
|
||
I've made some plots using AWFY data for Gregor's date range.
Comment 4•14 years ago
|
||
Comment 5•14 years ago
|
||
Comment 6•14 years ago
|
||
There's no data on x64 JM+TI available through AWFY. It looks like the peak performance of TM (around Sept 25) was a few hundred points better than the peak performance of JM+TI (around Sept 25 as well).
Comment 7•14 years ago
|
||
That aside, it does look like we took a regression around Oct 07 of ~50 points, which is when the lazy compilation landed. I should figure out why. Filed bug 696524.
See Also: → 696524
| Reporter | ||
Comment 8•14 years ago
|
||
(In reply to Gregor Wagner [:gwagner] from comment #0)
10/21
> RayTrace: 3499
> RegExp: 1593
>
> 8/24
> RayTrace: 4030
> RegExp: 2092
With the current nightly it seems that it regressed even more:
12/12
RayTrace: 3290
RegExp: 1472
| Reporter | ||
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•