golang/go
cmd/compile: use bounded shift information on non-amd64 architectures
オープン
#25,167 opened on 2018/04/29
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