mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: buffered write barrier for amd64p32
Updates #22460. Change-Id: I6656d478625e5e54aa2eaa38d99dfb0f71ea1fdd Reviewed-on: https://go-review.googlesource.com/92697 Run-TryBot: Austin Clements <austin@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Cherry Zhang <cherryyz@google.com>
This commit is contained in:
parent
252f1170e5
commit
24dd83d7eb
5 changed files with 88 additions and 2 deletions
|
|
@ -408,7 +408,7 @@ func Main(archInit func(*Arch)) {
|
|||
}
|
||||
|
||||
switch objabi.GOARCH {
|
||||
case "amd64", "386":
|
||||
case "amd64", "amd64p32", "386":
|
||||
default:
|
||||
// Other architectures don't support the buffered
|
||||
// write barrier yet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue