Updated Interpreter optimization resources (markdown)
parent
09efc30811
commit
b9d7aa61be
|
@ -5,6 +5,7 @@ Target audience is Nimbus developers.
|
|||
|
||||
| Description | Link |
|
||||
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
|
||||
| Basic overview of computed gotos | https://eli.thegreenplace.net/2012/07/12/computed-goto-for-efficient-dispatch-tables |
|
||||
| Design of a bytecode interpreter, including Stack vs Register, how to represent values (single type, tagged unions, untagged union, interface/virtual function) | http://gameprogrammingpatterns.com/bytecode.html |
|
||||
| Writing a fast interpreter: control-flow graph optimization from LuaJIT author | http://lua-users.org/lists/lua-l/2011-02/msg00742.html |
|
||||
| In-depth dive on how to write an emulator | http://fms.komkon.org/EMUL8/HOWTO.html |
|
||||
|
|
Loading…
Reference in New Issue