Closed Bug 1652549 Opened 4 years ago Closed 4 years ago

Optimize BindGName in Warp

Categories

(Core :: JavaScript Engine: JIT, task, P1)

task

Tracking

()

RESOLVED FIXED
mozilla80
Tracking Status
firefox80 --- fixed

People

(Reporter: iain, Assigned: iain)

Details

Attachments

(1 file)

JSOp::BindGName has an optimization in baseline to bake in the correct global env where possible, allowing us to avoid the IC. We should extend the same optimization to Warp. Otherwise, BindGName ops that are not executed in the baseline interpreter will have empty IC chains and generate a bailout snapshot.

Severity: -- → N/A
Assignee: nobody → iireland
Status: NEW → ASSIGNED
Pushed by iireland@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1106a2c9c199
Optimize BindGName in Warp r=jandem
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: