|
|
|
|
|
by fanf2
5456 days ago
|
|
There are other ways to structure the VM's API so that all VM objects are connected to VM data structures at all times. A good example is Lua, where you manipulate Lua objects on the Lua stack - they are never referred to by a raw C pointer. |
|