Lower MinCallCountForReJit

This commit is contained in:
gdkchan 2018-03-02 16:12:44 -03:00
parent 331c355313
commit 9e70987633

View file

@ -31,7 +31,7 @@ namespace ChocolArm64
private bool NeedsReJit;
private int MinCallCountForReJit = 5000;
private int MinCallCountForReJit = 250;
public ATranslatedSub(DynamicMethod Method, List<ARegister> Params, HashSet<long> Callees)
{