Closed Bug 1679044 Opened 5 years ago Closed 5 years ago

Remove some unused safepoints

Categories

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

task

Tracking

()

RESOLVED FIXED
85 Branch
Tracking Status
firefox85 --- fixed

People

(Reporter: anba, Assigned: anba)

Details

Attachments

(1 file)

LValueToInt32:

  • Safepoints are only needed for LValueToInt32::TRUNCATE and LValueToInt32::TRUNCATE_NOWRAP

LIteratorMore and LIteratorEnd:

  • Safepoints are no longer needed.
  • Bug 1525674 removed the OOL VM calls.

LGetNextEntryForIterator:

  • Safepoint was never needed to begin with.
  • A previous iteration used an OOL VM call, but that iteration didn't never land, cf. bug 1248289.

LGuardHasGetterSetter:

  • Safepoint was never needed to begin with, because it only calls an ABI function.

LValueToInt32:

  • Safepoints are only needed for LValueToInt32::TRUNCATE and LValueToInt32::TRUNCATE_NOWRAP

LIteratorMore and LIteratorEnd:

  • Safepoints are no longer needed.
  • Bug 1525674 removed the OOL VM calls.

LGetNextEntryForIterator:

  • Safepoint was never needed to begin with.
  • A previous iteration used an OOL VM call, but that iteration didn't never land, cf. bug 1248289.

LGuardHasGetterSetter:

  • Safepoint was never needed to begin with, because it only calls an ABI function.
Severity: -- → N/A
Priority: -- → P3
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: