Closed
Bug 1914126
Opened 1 year ago
Closed 1 year ago
Consider eliminating the VM call for TakeDisposeCapability in Baseline compiler
Categories
(Core :: JavaScript Engine, enhancement, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
131 Branch
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: debadree333, Assigned: debadree333)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Since all the function does is retrieve the value from the env object and store undefined in it it possibly can be done without a vm call!
Assignee | ||
Updated•1 year ago
|
Type: task → enhancement
Assignee | ||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•1 year ago
|
||
Depends on D219727
Updated•1 year ago
|
Assignee: nobody → debadree333
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/441379e51225
Remove VM call in emit_TakeDisposeCapability in baseline. r=arai
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•