Disable partial JIT invalidation on unmap (#1991)
This commit is contained in:
parent
7016d95eb1
commit
ee28ccebf4
2 changed files with 26 additions and 29 deletions
|
@ -33,5 +33,10 @@ namespace ARMeilleure.Translation
|
|||
{
|
||||
return !HighCq && Interlocked.Increment(ref _callCount) == MinCallsForRejit;
|
||||
}
|
||||
|
||||
public void ResetCallCount()
|
||||
{
|
||||
Interlocked.Exchange(ref _callCount, 0);
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue