Improve static branch prediction along fast path for memory accesses (#1484)

* Improve static branch prediction along fast path for memory accesses

* Set PPTC interval version
This commit is contained in:
FICTURE7
2020-09-01 03:55:15 +04:00
committed by GitHub
parent 2cb8bd7006
commit 92f7f163ef
2 changed files with 38 additions and 50 deletions

View File

@ -21,7 +21,7 @@ namespace ARMeilleure.Translation.PTC
{
private const string HeaderMagic = "PTChd";
private const int InternalVersion = 1471; //! To be incremented manually for each change to the ARMeilleure project.
private const int InternalVersion = 1484; //! To be incremented manually for each change to the ARMeilleure project.
private const string ActualDir = "0";
private const string BackupDir = "1";