Closed
Bug 686580
Opened 13 years ago
Closed 13 years ago
IonMonkey: Create exit block (that postdominates all other blocks)
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: cdleary, Assigned: cdleary)
References
Details
Having an exit block is a step towards inlining. When you have a definitive exit block it's easier to graft an inlined-call-target CFG into the calling block.
Assignee | ||
Comment 1•13 years ago
|
||
When the target CFG gets grafted into the caller, you inspect the control instruction predecessors of the exit block to transform MReturn instructions into MGotos.
Assignee | ||
Comment 2•13 years ago
|
||
To small to have its own bug/patch -- we just cons up the exit points in the builder.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•