dotnet/runtime

Add logic (possibly just an assert) that will catch cases where we try to emit an instruction that is not supported by the underlying CPU

クローズ

#11,578 opened on 2018/11/29

 (1 件のコメント) (1 件のリアクション) (0 人の担当者)C# (5,445 件のフォーク)batch import
area-CodeGen-coreclrenhancementhelp wanted

Repository metrics

Stars
 (17,886 個のスター)
PR merge metrics
 (平均マージ 12d 11h) (30d で 661 merged PRs)

説明

As with https://github.com/dotnet/coreclr/issues/21105, there are some cases where we try to emit an encoding of an instruction that is not supported by the underlying CPU.

We should add some logic to the emitter that will help catch this type of error.

category:implementation theme:jit-coding-style skill-level:beginner cost:small impact:small

コントリビューターガイド