Closed
Bug 675378
Opened 13 years ago
Closed 13 years ago
IonMonkey: Strip non-loop-headers of their loop header status
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: adrake)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
7.99 KB,
patch
|
rpearl
:
review+
|
Details | Diff | Splinter Review |
Currently loop headers retain their loop header status even if no backedges are found. Instead, we can give them a pending loop header flag, and convert that to a real loop header flag when we see a backedge.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #549518 -
Flags: review?(rpearl)
Updated•13 years ago
|
Attachment #549518 -
Flags: review?(rpearl) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•