Filter down CacheIR Health Report JSON output
Categories
(Core :: JavaScript Engine: JIT, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: caroline, Assigned: caroline)
References
(Blocks 1 open bug)
Details
Attachments
(9 files)
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review | |
47 bytes,
text/x-phabricator-request
|
Details | Review |
The JSON output, even for small scripts, is very large. For something like GDocs the output of the report is not a reasonable size. In order to generate smaller reports for websites it is important to filter for the interesting cases in C++. These cases include when ICs transition into polymorphic, megamorphic, or generic mode.
This will require adding a bit on scripts saying "hey we care about this script and its final warmup count" and adding back in the warmup counter to continue counting in Warp for the scripts that we are interested in.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D98660
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D98661
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D98662
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D98663
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D98664
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D98665
Assignee | ||
Comment 8•5 years ago
|
||
Depends on D98666
Assignee | ||
Comment 9•5 years ago
|
||
Depends on D98667
Updated•5 years ago
|
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/89d74a988072
https://hg.mozilla.org/mozilla-central/rev/2c61c748777d
https://hg.mozilla.org/mozilla-central/rev/11b3eb7086d9
https://hg.mozilla.org/mozilla-central/rev/b5760db8691e
https://hg.mozilla.org/mozilla-central/rev/dd8c2e864b7c
https://hg.mozilla.org/mozilla-central/rev/83c28f165cf2
https://hg.mozilla.org/mozilla-central/rev/1399535c5b85
https://hg.mozilla.org/mozilla-central/rev/a1dfe929b67c
https://hg.mozilla.org/mozilla-central/rev/1387fe7fd09d
Description
•