Comment on Implementing a Virtual Machine in CparentComments−bch11yYou can see a project switch from a stack-based VM to a register-based VM here[0] [1].For [1], search page for "vdbe" (virtual database engine). Hopefully you find interesting things.[0] https://www.sqlite.org/vdbe.html[1] http://www.sqlite.org/src/timeline?c=2007-11-11&n=400
Comments
You can see a project switch from a stack-based VM to a register-based VM here[0] [1].
For [1], search page for "vdbe" (virtual database engine). Hopefully you find interesting things.
[0] https://www.sqlite.org/vdbe.html
[1] http://www.sqlite.org/src/timeline?c=2007-11-11&n=400