Opt..
This commit is contained in:
parent
624b9662fa
commit
e6a07d8119
1 changed files with 5 additions and 2 deletions
|
@ -252,11 +252,14 @@ namespace ARMeilleure.CodeGen.X86
|
|||
|
||||
if (_aotInfo != null)
|
||||
{
|
||||
_aotInfo.WriteCode(codeStream);
|
||||
if ((int)codeStream.Length >= Aot.MinCodeLengthToSave)
|
||||
{
|
||||
_aotInfo.WriteCode(codeStream);
|
||||
}
|
||||
}
|
||||
|
||||
return codeStream.ToArray();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue