Currently, there is only one temporary register that can be used to move objects between different register sets. This issue proposes to expand the number of temporary registers - this would make it easier to transfer objects between register sets (less instructions would be needed to transfer more objects).
This change requires amending bytecode definition to provide means of specifying to which temporary register an object should be moved.
Temporary registers have been removed from the VM. There are no longer needed as move, copy, swap etc. instructions can operate on several register sets in one issue.
Currently, there is only one temporary register that can be used to move objects between different register sets. This issue proposes to expand the number of temporary registers - this would make it easier to transfer objects between register sets (less instructions would be needed to transfer more objects).
This change requires amending bytecode definition to provide means of specifying to which temporary register an object should be moved.