Closed
Bug 675373
Opened 13 years ago
Closed 13 years ago
IonMonkey: Linear scan register allocator chokes if inactive intervals are inactive at the end of allocation
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: adrake, Assigned: adrake)
References
Details
Attachments
(1 file)
2.33 KB,
patch
|
sstangl
:
review+
|
Details | Diff | Splinter Review |
This can happen if all inactive intervals have non-conflicting intervals and no unhandled intervals remain. They should be handled as any other handled/active interval.
Assignee | ||
Updated•13 years ago
|
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #549519 -
Flags: review?(sstangl)
Updated•13 years ago
|
Attachment #549519 -
Flags: review?(sstangl) → review+
Assignee | ||
Comment 2•13 years ago
|
||
http://hg.mozilla.org/projects/ionmonkey/rev/fb145bd50399
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
•