]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use ONAME node directly from generated hash func
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 17 Feb 2023 04:57:30 +0000 (11:57 +0700)
committerGopher Robot <gobot@golang.org>
Tue, 28 Feb 2023 17:47:51 +0000 (17:47 +0000)
commiteee2697c38b73b731604d5584abd97bf674857ed
treefa28e47f93546a48bf94cb103f4d393c10e8b436
parent7fb075ddc00cf73810f0032734ad1ac5f09fbbe1
cmd/compile: use ONAME node directly from generated hash func

This reverts CL 468879

CL 469017 marked type eq/hash functions as non-inlineable, so this
change won't cause ICE anymore.

Updates #58572

Change-Id: I3e6ec9ba2217102693acd1848a0eba0886dc9fda
Reviewed-on: https://go-review.googlesource.com/c/go/+/469018
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/compile/internal/reflectdata/alg.go