golang/go

cmd/compile: use bounded shift information on non-amd64 architectures

オープン

#25,167 opened on 2018/04/29

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)Go (19,008 件のフォーク)batch import
PerformanceSuggestedcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

CL 109776 optimized some shifts on amd64. We should apply the same straightforward optimization rule changes to other architectures.

Might be a good starter SSA issue.

cc @mundaym @cherrymui

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