JitArm64: Initial implementation of the BLR optimization.

This commit is contained in:
degasus
2017-02-01 00:10:32 +01:00
parent f20113fce2
commit 384efb0cb2
8 changed files with 209 additions and 28 deletions

View File

@ -58,6 +58,7 @@ struct JitBlock
u8* exitPtrs; // to be able to rewrite the exit jump
u32 exitAddress;
bool linkStatus; // is it already linked?
bool call;
};
std::vector<LinkData> linkData;