Improve StoreToContext
emission (#2155)
* Improve StoreToContext emission Hoist StoreToContext in dynamic branch fast & slow paths out into their predecessor. Reduces register pressure, code size and compile time because we're throwing less stuff down the pipeline. * Set PTC internal version * Turn EmitDynamicTableCall private * Re-trigger CI
This commit is contained in:
parent
d394c7ee98
commit
98ed81e4cd
2 changed files with 13 additions and 16 deletions
|
@ -26,7 +26,7 @@ namespace ARMeilleure.Translation.PTC
|
|||
{
|
||||
private const string HeaderMagicString = "PTChd\0\0\0";
|
||||
|
||||
private const uint InternalVersion = 1990; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
private const uint InternalVersion = 2155; //! To be incremented manually for each change to the ARMeilleure project.
|
||||
|
||||
private const string ActualDir = "0";
|
||||
private const string BackupDir = "1";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue