Closed
Bug 1666494
Opened 5 years ago
Closed 5 years ago
Remove more TypedObject code
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
83 Branch
| Tracking | Status | |
|---|---|---|
| firefox83 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
(Keywords: perf-alert)
Attachments
(2 files)
Wasm uses a subset of our typed object implementation. We've decided to remove the code that's not used by Wasm, because it's a maintenance burden and is unlikely to get specced in this form.
| Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jdemooij
Status: NEW → ASSIGNED
| Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
| Assignee | ||
Comment 2•5 years ago
|
||
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3e8c9bd69de2
part 1 - Remove some TypedObject array helpers. r=lth
Comment 4•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 5•5 years ago
|
||
Ryan offered to take over this work since he's working on TypedObjects for Wasm, so I'm going to leave it at this. We can file a new bug for the rest.
Keywords: leave-open
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/254796f37559
part 2 - Remove TypedObjectArray.redimension. r=lth
Comment 7•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
Comment 8•5 years ago
•
|
||
== Change summary for alert #27064 (as of Fri, 25 Sep 2020 17:48:37 GMT) ==
Improvements:
1% Base Content JS linux1804-64-shippable-qr opt 2,918,581.54 -> 2,895,084.67
For up to date results, see: https://treeherder.mozilla.org/perf.html#/alerts?id=27084
Keywords: perf-alert
You need to log in
before you can comment on or make changes to this bug.
Description
•