Closed
Bug 1671201
Opened 4 years ago
Closed 4 years ago
Remove more TypedObject code
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
83 Branch
Tracking | Status | |
---|---|---|
firefox83 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
Details
Attachments
(3 files)
No description provided.
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Remove inline caching code for TypedObjects. Some of these are incorrect,
as we can no longer write to TypedObjects from JS. The rest should just
be removed to reduce code that makes assumptions on the type system of
TypedObjects.
Depends on D93526
Assignee | ||
Comment 3•4 years ago
|
||
This code is no longer needed as we cannot write to TypedObjects.
Depends on D93528
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/6be1d111691b
Remove some dead code and a small unnecessary use of TypedObject.h. r=jandem
https://hg.mozilla.org/integration/autoland/rev/5d6bdf3b4f92
Remove CacheIR code for TypedObject's. r=jandem
https://hg.mozilla.org/integration/autoland/rev/3f671b1374df
Remove some TypeUpdate code for TypedObject's. r=jandem
Comment 5•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6be1d111691b
https://hg.mozilla.org/mozilla-central/rev/5d6bdf3b4f92
https://hg.mozilla.org/mozilla-central/rev/3f671b1374df
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox83:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 83 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•