mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
LLE JIT: Speed up the dispatcher by removing the compiled block check. Initialised the blocks with a stub which calls the compiler.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6490 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -41,7 +41,7 @@ public:
|
||||
void ClearIRAM();
|
||||
|
||||
void CompileDispatcher();
|
||||
|
||||
const u8 *CompileStub();
|
||||
void Compile(int start_addr);
|
||||
|
||||
int STACKALIGN RunForCycles(int cycles);
|
||||
|
Reference in New Issue
Block a user