|
|
|
|
|
by EgoIncarnate
536 days ago
|
|
The use of the term VM without further qualification in the title is unfortunate. Emulated VM would have been nicer to avoid confusion with hypervisor style virtual machines. Staring emphermial hypervisor VMs quickly is more noteworthy (since they are often slow to start) than an emulator VM where it's expected to be fast since it's usually not much more than setting up a datastructure and executing a call to an interpreter. I clicked hoping for the former, only to find out the project is the latter. |
|
Maybe I’m not seeing how those things are fundamentally different than “setting up a datastructure and calling an interpreter”.