]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move unsafe operation out of EvalConst
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 13 Apr 2023 02:31:41 +0000 (09:31 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 14 Apr 2023 17:57:49 +0000 (17:57 +0000)
commit47e2d7495fabaae8cfe2e1a0f0ff1e38f6e7b851
treecb2918ed4b02a1ff69a8b54c37a3cf44e04126fb
parent20c349e5344152b56145ef6ebb649f431bdb2c90
cmd/compile: move unsafe operation out of EvalConst

So future CLs can get rid of EvalConst entirely.

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