Closed
Bug 515310
Opened 16 years ago
Closed 16 years ago
nanojit: kill reservations in the x64 backend
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: n.nethercote, Assigned: n.nethercote)
References
Details
(Whiteboard: fixed-in-nanojit)
Attachments
(1 file)
|
6.94 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
Bug 514349 started killing off Reservations. This needs to continue in the x64 backend. But it should probably wait until the x64 backend is working reliably. Once that's the case, I can do the work for this bug.
| Assignee | ||
Updated•16 years ago
|
| Assignee | ||
Comment 1•16 years ago
|
||
I recommend reading the definitions of the Reservation-avoiding functions in LIR.h like getReg() and isUnusedOrHasUnknownReg() before reviewing this patch.
Attachment #401763 -
Flags: review?(dvander)
Updated•16 years ago
|
Attachment #401763 -
Flags: review?(dvander) → review+
| Assignee | ||
Comment 2•16 years ago
|
||
Whiteboard: fixed-in-nanojit
Comment 3•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•