Closed Bug 1403605 Opened 8 years ago Closed 4 years ago

Do not generate MResumePoint during analysis phase of IonBuilder.

Categories

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

enhancement

Tracking

()

RESOLVED INVALID

People

(Reporter: nbp, Unassigned)

Details

(Whiteboard: [js:tech-debt])

Currently IonBuilder is used for 2 analysis, one used to compute the pre-allocated amount of space needed for object, and another one to watch for Argument object usage. In both cases, we do not care about the resume point, but the pc of some instructions. A simpler approach would be still allocate MResumePoint, but initialize them to an empty FixedList of operands.
Priority: -- → P3
Whiteboard: [js:tech-debt]

No longer valid after WarpBuilder and bug 1700443.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.