Closed marekjm closed 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.
std::unique_ptr
The ownership of objects in VM internals should be made clear, unambiguous and explicit. The
std::unique_ptr
type can be utilised for this.