Closed
Bug 1509537
Opened 6 years ago
Closed 6 years ago
Simplify JSOP_INITHOMEOBJECT
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
JSOP_INITHOMEOBJECT has an int8 operand that determines where the home object is located on the stack. It would be simpler to emit JSOP_DUPAT first so JSOP_INITHOMEOBJECT only has to care about the two values on top of the stack.
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6b3e2ddccf10
Simplify JSOP_INITHOMEOBJECT, emit JSOP_DUPAT to put the home object on top of the stack. r=arai
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•