]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: intrinsify functions added to runtime/internal/sys
authorDavid Chase <drchase@google.com>
Fri, 8 Nov 2019 22:11:48 +0000 (17:11 -0500)
committerDavid Chase <drchase@google.com>
Sat, 9 Nov 2019 05:51:04 +0000 (05:51 +0000)
commita0262b201f6d66142ae1e01723430a2471799404
tree9a70590421048ff0c65a713d29e3beec1a22ffa2
parentbde1968e4c1d0d43d1d558a364eb427ef2143c42
cmd/compile: intrinsify functions added to runtime/internal/sys

This restores intrinsic status to functions copied from math/bits
into runtime/internal/sys, as an aid to runtime performance.

Updates #35112.

Change-Id: I41a7d87cf00f1e64d82aa95c5b1000bc128de820
Reviewed-on: https://go-review.googlesource.com/c/go/+/206200
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/gc/ssa.go