Lower MinCallCountForReJit
This commit is contained in:
parent
331c355313
commit
9e70987633
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace ChocolArm64
|
||||||
|
|
||||||
private bool NeedsReJit;
|
private bool NeedsReJit;
|
||||||
|
|
||||||
private int MinCallCountForReJit = 5000;
|
private int MinCallCountForReJit = 250;
|
||||||
|
|
||||||
public ATranslatedSub(DynamicMethod Method, List<ARegister> Params, HashSet<long> Callees)
|
public ATranslatedSub(DynamicMethod Method, List<ARegister> Params, HashSet<long> Callees)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue