]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: turn off jump tables when spectre retpolines are on
authorKeith Randall <khr@golang.org>
Tue, 6 Dec 2022 00:26:26 +0000 (16:26 -0800)
committerKeith Randall <khr@google.com>
Tue, 6 Dec 2022 05:12:12 +0000 (05:12 +0000)
commit1eb0465fa596a2d6e9c1a632499989544f0d7e68
tree6449c26d4caa4841f0f28fc8da3f1deaa79482d8
parent9dde2de454b78e681dd7318dbf3ef68d6a3df2d1
cmd/compile: turn off jump tables when spectre retpolines are on

Fixes #57097

Change-Id: I6ab659abbca1ae0ac8710674d39aec116fab0baa
Reviewed-on: https://go-review.googlesource.com/c/go/+/455336
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Keith Randall <khr@golang.org>
src/cmd/compile/internal/walk/switch.go
test/codegen/retpoline.go