Also added a few AggressiveInlining attributes in logical places. The changes to the Move classes properties (move.From, move.To, etc.) might be reverted in the future if it becomes annoying. Most of the speedup here comes from the non-AOT part, not the inlining.
Reverts to non-AOT compilation by default, which is now faster apparently:
Also added a few AggressiveInlining attributes in logical places. The changes to the Move classes properties (
move.From
,move.To
, etc.) might be reverted in the future if it becomes annoying. Most of the speedup here comes from the non-AOT part, not the inlining.