ravi icon indicating copy to clipboard operation
ravi copied to clipboard

Implement interpreter VM using dynasm

Open dibyendumajumdar opened this issue 7 years ago • 2 comments

My aim here is to implement a VM for x86-64 using dynasm. This is doable because of the fact that we can do most register allocations in a static manner.

The work is happening here: https://github.com/dibyendumajumdar/ravi/tree/master/vmbuilder

dibyendumajumdar avatar Sep 30 '17 22:09 dibyendumajumdar

It is unlikely I will have the time to finish this. The benefits are not clear as the problem is elsewhere.

dibyendumajumdar avatar Jan 17 '20 14:01 dibyendumajumdar

See #179

dibyendumajumdar avatar Jan 17 '20 14:01 dibyendumajumdar