Closed
Bug 927763
Opened 11 years ago
Closed 11 years ago
AWFY: asmjs-apps-box2d-workload1 regression of 15% - 20% on x86 slave on October 15th, 2013
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: h4writer, Assigned: bhackett1024)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
3.27 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
So apparently bug 924611 also introduced this regression:
--no-asmjs --ion-parallell-compile=on asmjs-apps-box2d-workload1
I cannot reproduce with --ion-parallel-compile=off? So could it be that timings have changed a bit. Compiling takes more/less time than before and starts earlier/later?
Didn't get fixed by the fix for octane e-b
Reporter | ||
Comment 1•11 years ago
|
||
Brian can you also look into this?
Assignee: nobody → bhackett1024
Depends on: 924611
Assignee | ||
Comment 2•11 years ago
|
||
I think this is bug 927015, which is due to a different bug and which I also can't reproduce.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 3•11 years ago
|
||
This is definitely caused by bug 924611 !! I've ran a bisect myself on my computer before posting. This points to bug 924611.
--no-asmjs --ion-parallell-compile=on
is 1700ms before and 2100ms after your patch landed (x86)
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 4•11 years ago
|
||
This patch seems to help some. Property types for singleton call objects were not being tracked after operations in baseline (these are ALIASEDVAR ops in asm.js code and don't have an IC) which caused a fair number of compilations to fail.
Attachment #822592 -
Flags: review?(jdemooij)
Updated•11 years ago
|
Attachment #822592 -
Flags: review?(jdemooij) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Reporter | ||
Comment 7•11 years ago
|
||
Locally I see already a 5% increase with this patch.
Also I see the following decrease in regressions (on awfy):
asmjs-apps-bullet-workload1: 40% to 28%
asmjs-apps-bullet-workload2: 30% to 20%
asmjs-apps-bullet-workload3: 26% to 16%
I think we should nominate this to uplift to aurora (ff26), right?
I opened bug 932194 for the remaining regression
You need to log in
before you can comment on or make changes to this bug.
Description
•