Closed
Bug 1619877
Opened 5 years ago
Closed 5 years ago
ThrowSet{Const, AliasedConst, Callee} bytecode ops have an unnecessary use/def
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla75
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
These ops don't use any stack values so they should just have 0 nuses/ndefs.
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f7e3d1e375d7
Remove ThrowSet{Const, AliasedConst, Callee} use/def. r=arai
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in
before you can comment on or make changes to this bug.
Description
•