
|
If you were logged in you would be able to see more operations.
|
|
|
|
The RVM currently passes around raw Object instances and then converts them to ObjectReference instances when passing the object to MMTk. It would be nicer if the entire runtime worked with ObjectReference instances rather than raw Object instances. The conversion between Object and ObjectReference should also be made explicit throughout the entire RVM by using ObjectReference.fromObject() and ObjectReference.toObject().. And rather than assigning ObjectReference to null it should be set to ObjectReference.nullReference()
|
|
Description
|
The RVM currently passes around raw Object instances and then converts them to ObjectReference instances when passing the object to MMTk. It would be nicer if the entire runtime worked with ObjectReference instances rather than raw Object instances. The conversion between Object and ObjectReference should also be made explicit throughout the entire RVM by using ObjectReference.fromObject() and ObjectReference.toObject().. And rather than assigning ObjectReference to null it should be set to ObjectReference.nullReference() |
Show » |
|