Closed Bug 1626201 Opened 4 years ago Closed 4 years ago

Support OSR in WarpBuilder

Categories

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

task

Tracking

()

RESOLVED FIXED
mozilla76
Tracking Status
firefox76 --- fixed

People

(Reporter: jandem, Assigned: jandem)

References

(Blocks 1 open bug)

Details

Attachments

(1 file)

No description provided.

The strategy is the same as in IonBuilder: create an OSR entry block and a second
block merging the two predecessor blocks before the loop.

This is a lot simpler than IonBuilder because we don't attempt to type-specialize
OSR values. If this becomes an issue we'll need a strategy for that. Hopefully
this will be good enough for now until we make bigger changes to how OSR and the
Ion backend work.

Priority: -- → P1
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: