There is no reason to keep these objects separate, and it just causes more confusion. Now that we have the convenience types in runtime.value which allows us to encapsulate things like pointers in Values, we should be able to move all the members of Actor onto the heap.
There is no reason to keep these objects separate, and it just causes more confusion. Now that we have the convenience types in
runtime.valuewhich allows us to encapsulate things like pointers inValues, we should be able to move all the members ofActoronto the heap.