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

Define clear ownership rules #167

Closed marekjm closed 7 years ago

marekjm commented 7 years ago

The ownership of objects in VM internals should be made clear, unambiguous and explicit. The std::unique_ptr type can be utilised for this.