EightBit/Z80
Adrian Conlon adf506a41e Optimisation: Prefer return by value to return by reference. ~10% speed-up!
Just watch a video by Chandler Carruth from 2015, where he talked about C++ optimisers...

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
2018-02-25 19:48:01 +00:00
..
documentation Place Z80 documentation close to the Z80 emulator. 2017-08-07 09:30:04 +01:00
fusetest_Z80 Simplify some build options. 2018-02-19 23:18:21 +00:00
inc Try to avoid so many virtual calls in the Z80 by hanging onto AF a little longer. 2018-01-09 23:30:51 +00:00
src Optimisation: Prefer return by value to return by reference. ~10% speed-up! 2018-02-25 19:48:01 +00:00
test Simplify some build options. 2018-02-19 23:18:21 +00:00