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:
skidau
2010-11-28 13:06:52 +00:00
parent 93a901dd1d
commit c79f41d114
2 changed files with 27 additions and 22 deletions

View File

@ -41,7 +41,7 @@ public:
void ClearIRAM();
void CompileDispatcher();
const u8 *CompileStub();
void Compile(int start_addr);
int STACKALIGN RunForCycles(int cycles);