
| Key: |
RVM-134
|
| Type: |
Improvement
|
| Status: |
Open
|
| Priority: |
Major
|
| Assignee: |
Unassigned
|
| Reporter: |
Ian Rogers
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Related
|
|
This issue relates to:
|
|
RVM-16
Constant folding values from TIBs produces failures
|
|
|
|
|
|
|
|
|
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.
|
|
Description
|
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. |
Show » |
|
RVM-16, accessor methods were added to OPT_RegisterOperand that sanity checked type and precise information.