Closed Bug 1687230 Opened 3 years ago Closed 3 years ago

Don't DCE MegamorphicLoadSlot{ByValue} and MegamorphicHasProp

Categories

(Core :: JavaScript Engine: JIT, defect)

defect

Tracking

()

RESOLVED FIXED
86 Branch
Tracking Status
firefox86 --- fixed

People

(Reporter: anba, Assigned: anba)

Details

Attachments

(1 file)

We can't DCE MegamorphicLoadSlot{ByValue} and MegamorphicHasProp, because we must bailout when accessor properties or proxies are encountered.

Call setGuard() for these three instructions so we don't incorrectly optimise them out.

Pushed by smolnar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/48913f408b55
Don't DCE MegamorphicLoadSlot{ByValue} and MegamorphicHasProp. r=jandem
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: