Updated Interpreter optimization resources (markdown)

Mamy Ratsimbazafy 2018-06-13 00:46:50 +02:00
parent 6553c98f3e
commit 0911a52c12
1 changed files with 1 additions and 0 deletions

@ -24,6 +24,7 @@ Target audience is Nimbus developers.
| Description | Link |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| Optimizing direct threaded code by selective inlining | http://flint.cs.yale.edu/jvmsem/doc/threaded.ps |
| Dynamic recompilation introduction | http://ngemu.com/threads/dynamic-recompilation-an-introduction.20491/ |
| Dynamic recompilation guide with Chip8 | https://github.com/marco9999/Dynarec_Guide/blob/master/Introduction%20to%20Dynamic%20Recompilation%20in%20Emulation.pdf |
| Dynamic recompilation - accompanying source code | https://github.com/marco9999/Super8_jitcore/ |