Permalink
Please
sign in to comment.
Browse files
Replace std::bind with normal func pointers in CPU decoder
This easy optimization makes the emulator ~50% faster.
- Loading branch information...
Showing
with
650 additions
and 635 deletions.
- +4 −2 src/hardware/cpu/decoder.h
- +16 −16 src/hardware/cpu/decoder/prefix_0F.cpp
- +345 −343 src/hardware/cpu/decoder/prefix_none.cpp
- +178 −169 src/hardware/cpu/executor.cpp
- +107 −105 src/hardware/cpu/executor.h

Oops, something went wrong.
0 comments on commit
5a0f34d