golang/go
cmd/compile: use bounded shift information on non-amd64 architectures
开放
#25,167 创建于 2018年4月29日
PerformanceSuggestedcompiler/runtimehelp wanted
仓库指标
- 星标
- (133,883 个星标)
- PR 合并指标
- (30 天内没有已合并 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