Closed
Bug 924648
Opened 12 years ago
Closed 12 years ago
Use LDefinition consistently for temporary register allocations
Categories
(Core :: JavaScript Engine, enhancement)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: sunfish, Assigned: sunfish)
Details
Attachments
(1 file)
|
16.36 KB,
patch
|
bhackett1024
:
review+
|
Details | Diff | Splinter Review |
Currently in the LInstruction subclasses, some temporary registers are returned as LAllocation* and some as LDefinition*. This patch changes them to all use LDefinition* for consistency.
Attachment #814585 -
Flags: review?(bhackett1024)
Updated•12 years ago
|
Attachment #814585 -
Flags: review?(bhackett1024) → review+
| Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•