Closed Bug 1349179 Opened 8 years ago Closed 5 years ago

Unlink MegamorphicNativeSlot stub that doesn't HandleMissing

Categories

(Core :: JavaScript Engine: JIT, enhancement, P3)

enhancement

Tracking

()

RESOLVED INVALID
Performance Impact none

People

(Reporter: evilpies, Unassigned)

References

(Blocks 1 open bug)

Details

After attaching megamorphic stub that can handle missing properties we should unlink the previous stub that can't. Otherwise we might first fail the lookup and then right afterwards do the same exact lookup again, because now we can return undefined.
Whiteboard: [qf]
Priority: -- → P3
Whiteboard: [qf] → [qf-]

Bug 1682767 removes "handleMissing".

Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INVALID
Performance Impact: --- → -
Whiteboard: [qf-]
You need to log in before you can comment on or make changes to this bug.