marekjm / viuavm

Parallel virtual machine designed to reliably run massively concurrent programs
https://viuavm.org/
GNU General Public License v3.0
71 stars 11 forks source link

Implement object modification instructions #129

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Implement special instructions for modifying attributes stored in objects. This issue is related to #128 .

There are two instructions suggested:

These two instructions have move semantics, so no copying is performed by either of them.