Closed
Bug 808102
Opened 13 years ago
Closed 8 years ago
kraken-parse-financial regression Mac OS X 32b (nov 2, delta 5ms)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nbp, Unassigned)
Details
(Keywords: regression)
AWFY reported on second regression on kraken-parse-financial. Here is the list of changeset which have been touching JS files between the 2 changesets:
* e89f3933239117e7cadc2dc7618aaf4bb78f1b50 - Bug 807237. Add 'data' parameter to JS_StealArrayBufferContents. r=sfink <Robert O'Callahan>
* 4d0cfc4fd49f0c7356cd34af8188002089a44957 - Bug 807212. Call TypedArray methods instead of accessing slots directly. r=sfink <Robert O'Callahan>
* 95187d8e170c6df98ca83267a65667a9bff92118 - Bug 807223 - Implement JS_ArrayBufferViewBuffer. r=sfink This is really sfink's patch, but we wrote basically the same code and the review looks better this way. <Robert O'Callahan>
| Reporter | ||
Updated•13 years ago
|
Keywords: regression
Version: unspecified → 19 Branch
I guess it can only be "Call TypedArray methods instead of accessing slots directly" because the other patches would not even be touched by kraken. But that patch shouldn't really change anything .. could it be a failure to inline TypedArray methods?
Comment 2•13 years ago
|
||
See bug 808098 comment 2, and Kraken doesn't use typed arrays at all. parse-financial just benchmarks the JSON parser.
OK, any regression can't be those patches then.
Comment 4•13 years ago
|
||
Sounds like this might just be noise in the measurements to begin with. Should this be marked INVALID? (Is there anything we can do about controlling the measurement variance? Might be worth another bug.)
| Assignee | ||
Updated•11 years ago
|
Assignee: general → nobody
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•