]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use ONAME node directly from generated hash func
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 30 Sep 2022 05:24:46 +0000 (12:24 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Sat, 4 Feb 2023 07:03:16 +0000 (07:03 +0000)
commit25f5d9d4a253cb880bff909ebbdc05c8941c4a48
treee183668f7ed46a3775c175cc08d541223a22a017
parent4636c57fe147e4b5db9935aa72588bea6c0ab530
cmd/compile: use ONAME node directly from generated hash func

Same as CL 436436, but for hashfor.

However, this passes toolstash-check, because the order of compiling
functions do not change.

Change-Id: Icc7d042e9c28b0fe4bb40a2b98b7f60cf3549bd1
Reviewed-on: https://go-review.googlesource.com/c/go/+/436961
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/reflectdata/alg.go