Issue Details (XML | Word | Printable)

Key: RVM-134
Type: Improvement Improvement
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Ian Rogers
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
RVM

Make register operand register and type fields private

Created: 09/Jul/07 05:12 PM   Updated: 11/Apr/08 09:24 AM
Component/s: Compiler: Optimizing
Affects Version/s: None
Fix Version/s: 1000

Time Tracking:
Not Specified

Issue Links:
Related
 


 Description  « Hide
Currently OPT_RegisterOperand register and type are public, make them private so that we can maintain invariants about the state of register operands. This largely requires a fix up of PPC generated code.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Ian Rogers added a comment - 09/Jul/07 05:13 PM
In order to find where precise type information was broken, for RVM-16, accessor methods were added to OPT_RegisterOperand that sanity checked type and precise information.