golang/go
cmd/compile: use bounded shift information on non-amd64 architectures
Aperta
#25.167 aperta il 29 apr 2018
PerformanceSuggestedcompiler/runtimehelp wanted
Metriche repository
- Star
- (133.883 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
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