|
You are here |
swiftrocks.com | ||
| | | | |
www.emergetools.com
|
|
| | | | | How to easily make the slowest operation in Swift ~20% faster with an order file. | |
| | | | |
jborza.com
|
|
| | | | | You've written an emulator, how do you debug anything running inside? In this post I'll try to describe what I did (and thought of doing), starting from the most crude methods. Using the IDE and debug the emulator binary Here you can read the program state using just the IDE debugging facilities. Hopefully the code being debugged is simple enough that you can just correlate the (hopefully assembly) source listing to the disassembled instruction and view the machine state. | |
| | | | |
ankit.im
|
|
| | | | | ||
| | | | |
abhinavsarkar.net
|
|
| | | We write a fast bytecode VM for arithmetic in Haskell. | ||