]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: disable AlignHot on plan9/386
authorDavid du Colombier <0intro@gmail.com>
Mon, 20 May 2024 17:00:09 +0000 (19:00 +0200)
committerDavid du Colombier <0intro@gmail.com>
Tue, 21 May 2024 11:57:40 +0000 (11:57 +0000)
commit1cb13ac7f6ece4374056555c2c3b7802ba2de28d
treed286979ccd9e7fff8ea24784a025feb51accdff5
parent22344e11f27d9667e7bbb6209df59e9a9e976d91
cmd/compile: disable AlignHot on plan9/386

CL 577935 enabled hot block alignment on 386
and amd64 architecture.

However, this change broke the plan9/386 build.

This change disables  AlignHot on plan9/386.

Updates #67502.

Change-Id: If73b066824c7218a9408c6e8f06aec5908b7a64f
Reviewed-on: https://go-review.googlesource.com/c/go/+/586835
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: David du Colombier <0intro@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/compile/internal/base/flag.go