golang/go

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

开放

#25,167 创建于 2018年4月29日

 (5 条评论) (0 个反应) (0 位负责人)Go (19,008 个派生)batch import
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

贡献者指南