Closed
Bug 1691134
Opened 5 years ago
Closed 4 years ago
Add more mode to parsemark.py
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Currently parsemark reports the score of full-parse.
It's better support the following as well:
- lazy-parse + compile to stencil
- full-parse + compile to stencil
- lazy-parse + compile to stencil + instantiate
- full-parse + compile to stencil + instantiate
- lazy-parse + decode + instantiate
- full-parse + decode + instantiate
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D104433
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D104434
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D104435
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D104436
Assignee | ||
Comment 6•5 years ago
|
||
Some testdata in parse-tests finishes within 1-2 ms, and new Data()
is
too rough.
elapsed()
shell function returns microseconds.
Depends on D104437
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D104438
Updated•4 years ago
|
Attachment #9201860 -
Attachment description: Bug 1691134 - Part 3: Add --mode and --lazy arguments to parsemark.py. r=nbp → Bug 1691134 - Part 3: Add --mode and --lazy arguments to parsemark.py. r=nbp!
Updated•4 years ago
|
Attachment #9201861 -
Attachment description: Bug 1691134 - Part 4: Add transcodeOnly mode to evaluate. r=nbp → Bug 1691134 - Part 4: Add transcodeOnly mode to evaluate. r=nbp!
Updated•4 years ago
|
Attachment #9201862 -
Attachment description: Bug 1691134 - Part 5: Add decode mode to parsemark.py. r=nbp → Bug 1691134 - Part 5: Add decode mode to parsemark.py. r=nbp!
Updated•4 years ago
|
Attachment #9201863 -
Attachment description: Bug 1691134 - Part 6: Use elapsed instead of new Date in parsemark.py. r=nbp → Bug 1691134 - Part 6: Use elapsed instead of new Date in parsemark.py. r=nbp!
Updated•4 years ago
|
Attachment #9201864 -
Attachment description: Bug 1691134 - Part 7: Make compare_bench.py Python3-compatible. r=nbp → Bug 1691134 - Part 7: Make compare_bench.py Python3-compatible. r=nbp!
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/59335cd97570
Part 1: Use evaluate function's CompileOptions handling for parse/dumpStencil/compile. r=nbp
https://hg.mozilla.org/integration/autoland/rev/3e5020c476d3
Part 2: Make parsemark.py Python3-compatible. r=nbp
https://hg.mozilla.org/integration/autoland/rev/e5c4e2046b62
Part 3: Add --mode and --lazy arguments to parsemark.py. r=nbp
https://hg.mozilla.org/integration/autoland/rev/7f044cc8a941
Part 4: Add transcodeOnly mode to evaluate. r=nbp
https://hg.mozilla.org/integration/autoland/rev/120e8b8f0809
Part 5: Add decode mode to parsemark.py. r=nbp
https://hg.mozilla.org/integration/autoland/rev/25b33d171b83
Part 6: Use elapsed instead of new Date in parsemark.py. r=nbp
https://hg.mozilla.org/integration/autoland/rev/51e8d7425f54
Part 7: Make compare_bench.py Python3-compatible. r=nbp
Comment 9•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/59335cd97570
https://hg.mozilla.org/mozilla-central/rev/3e5020c476d3
https://hg.mozilla.org/mozilla-central/rev/e5c4e2046b62
https://hg.mozilla.org/mozilla-central/rev/7f044cc8a941
https://hg.mozilla.org/mozilla-central/rev/120e8b8f0809
https://hg.mozilla.org/mozilla-central/rev/25b33d171b83
https://hg.mozilla.org/mozilla-central/rev/51e8d7425f54
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•