golang/go

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

Ouverte

#25 167 ouverte le 29 avr. 2018

 (5 commentaires) (0 réaction) (0 personne assignée)Go (19 008 forks)batch import
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

Guide contributeur