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

Remove REF instruction #134

Closed marekjm closed 8 years ago

marekjm commented 8 years ago

Make references and reference-count based object lifetime a machine-internal mechanism. There is nothing that requires references, that can't be achieved with pointers (which are safe in Viua) so there is no reason to expose the reference mechanism.

marekjm commented 8 years ago

Closed by ca28ab061acdcde5d47d8b3bb180dd500656c98c.