dolphin/Source/Core
degasus 78aa01e06e Jit64: Faster linking of continuous blocks
We compile the blocks as they are executed, so it's common
to link them continuously. We end with calling JMP after every
block, but often just with a distance of 0.
So just emitting NOPs instead also "calls" the next block, but
easier for the CPU.
2015-08-21 17:41:53 +02:00
..
AudioCommon Merge pull request #2854 from Tilka/valgrind 2015-08-15 20:52:12 +02:00
Common x64Emitter: Remove unused code 2015-08-20 23:05:20 -04:00
Core Jit64: Faster linking of continuous blocks 2015-08-21 17:41:53 +02:00
DiscIO Merge pull request #2676 from Stevoisiak/SpellingCorrections 2015-08-15 18:36:56 +02:00
DolphinQt
DolphinWX DolphinWX: Finish removing bandaid from 704f787 2015-08-20 22:39:24 -07:00
InputCommon evdev: don't pass null path to the kernel 2015-08-15 12:51:34 +02:00
UICommon UICommon: Fix a leak/bug in Disassembler retrieval 2015-08-04 14:28:32 -04:00
VideoBackends Fix a memory leak in the EGL GLInterface. 2015-08-18 08:26:45 -05:00
VideoCommon Merge pull request #2874 from barat/master 2015-08-20 11:08:42 +02:00
CMakeLists.txt