golang/go

cmd/compile: use staticuint64s

Open

#37,612 opened on Mar 2, 2020

View on GitHub
 (25 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsFixPerformanceSuggestedcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

CL 216401 introduced a new static array of uint64s running from 0 to 255.

Two follow-ups here:

Contributor guide