golang/go
cmd/compile: use bounded shift information on non-amd64 architectures
Ouverte
#25 167 ouverte le 29 avr. 2018
PerformanceSuggestedcompiler/runtimehelp wanted
Métriques du dépôt
- Stars
- (133 883 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
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