|
|
|
|
|
by Scaevolus
4764 days ago
|
|
I've been looking for a DynASM tutorial for ages, and wanted to use it to make a fast BF interpreter-- this is great! I added some optimizations using Flex to identify patterns, and got a 3.8x speedup on the Mandelbrot benchmark -- https://github.com/rmmh/beefit |
|
You may have tried this already, but where you have:
Usually you want to write this instead to avoid a partial register stall (also in case there's junk sitting in the register).