[go] cmd/compile: add the concept of dual instructions to ssa/_gen

7 views
Skip to first unread message

Jorropo (Gerrit)

unread,
May 17, 2026, 5:18:44 AMMay 17
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com

Jorropo has uploaded the change for review

Commit message

cmd/compile: add the concept of dual instructions to ssa/_gen

commutative ops were renamed triviallyCommutative.
And I've added a dual field to opInfo, which defaults 0 for
non commutative ops, and self for triviallyCommutative ones.

Due to the diff being huge dual instructions are completely
useless for now, as this means this diff is only the field
rename and gen changes.
Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6

Change diff


Change information

Files:
  • M src/cmd/compile/internal/ssa/_gen/386Ops.go
  • M src/cmd/compile/internal/ssa/_gen/AMD64Ops.go
  • M src/cmd/compile/internal/ssa/_gen/ARM64Ops.go
  • M src/cmd/compile/internal/ssa/_gen/ARMOps.go
  • M src/cmd/compile/internal/ssa/_gen/LOONG64Ops.go
  • M src/cmd/compile/internal/ssa/_gen/MIPS64Ops.go
  • M src/cmd/compile/internal/ssa/_gen/MIPSOps.go
  • M src/cmd/compile/internal/ssa/_gen/PPC64Ops.go
  • M src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go
  • M src/cmd/compile/internal/ssa/_gen/S390XOps.go
  • M src/cmd/compile/internal/ssa/_gen/genericOps.go
  • M src/cmd/compile/internal/ssa/_gen/main.go
  • M src/cmd/compile/internal/ssa/_gen/rulegen.go
  • M src/cmd/compile/internal/ssa/_gen/simdAMD64ops.go
  • M src/cmd/compile/internal/ssa/_gen/simdgenericOps.go
  • M src/cmd/compile/internal/ssa/cse.go
  • M src/cmd/compile/internal/ssa/op.go
  • M src/cmd/compile/internal/ssa/opGen.go
  • M src/cmd/compile/internal/ssa/regalloc.go
  • M src/cmd/compile/internal/ssa/schedule.go
Change size: XL
Delta: 20 files changed, 9210 insertions(+), 8328 deletions(-)
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newchange
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
Gerrit-Change-Number: 778820
Gerrit-PatchSet: 1
Gerrit-Owner: Jorropo <jorro...@gmail.com>
Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Jorropo (Gerrit)

unread,
May 17, 2026, 5:25:11 AMMay 17
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
Attention needed from Jorropo

Jorropo uploaded new patchset

Jorropo uploaded patch set #2 to this change.
Open in Gerrit

Related details

Attention is currently required from:
  • Jorropo
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newpatchset
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
Gerrit-Change-Number: 778820
Gerrit-PatchSet: 2
Gerrit-Owner: Jorropo <jorro...@gmail.com>
Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Jorropo (Gerrit)

unread,
May 17, 2026, 5:27:29 AMMay 17
to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
Attention needed from Jorropo

Jorropo uploaded new patchset

Jorropo uploaded patch set #3 to this change.
Open in Gerrit

Related details

Attention is currently required from:
  • Jorropo
Submit Requirements:
  • requirement is not satisfiedCode-Review
  • requirement satisfiedNo-Unresolved-Comments
  • requirement is not satisfiedReview-Enforcement
  • requirement is not satisfiedTryBots-Pass
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: newpatchset
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
Gerrit-Change-Number: 778820
Gerrit-PatchSet: 3
Gerrit-Owner: Jorropo <jorro...@gmail.com>
Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
unsatisfied_requirement
satisfied_requirement
open
diffy

Jorropo (Gerrit)

unread,
May 17, 2026, 6:49:25 AMMay 17
to goph...@pubsubhelper.golang.org, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
Attention needed from Keith Randall and Martin Möhrmann

Jorropo voted Auto-Submit+1

Auto-Submit+1
Open in Gerrit

Related details

Attention is currently required from:
  • Keith Randall
  • Martin Möhrmann
Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
    Gerrit-Change-Number: 778820
    Gerrit-PatchSet: 3
    Gerrit-Owner: Jorropo <jorro...@gmail.com>
    Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
    Gerrit-Comment-Date: Sun, 17 May 2026 10:49:18 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    unsatisfied_requirement
    satisfied_requirement
    open
    diffy

    David Chase (Gerrit)

    unread,
    May 19, 2026, 9:33:07 AMMay 19
    to Jorropo, goph...@pubsubhelper.golang.org, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from Jorropo, Keith Randall and Martin Möhrmann

    David Chase added 1 comment

    Patchset-level comments
    File-level comment, Patchset 3 (Latest):
    David Chase . resolved

    Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Jorropo
    • Keith Randall
    • Martin Möhrmann
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
    Gerrit-Change-Number: 778820
    Gerrit-PatchSet: 3
    Gerrit-Owner: Jorropo <jorro...@gmail.com>
    Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
    Gerrit-CC: David Chase <drc...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: Jorropo <jorro...@gmail.com>
    Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
    Gerrit-Comment-Date: Tue, 19 May 2026 13:32:56 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    unsatisfied_requirement
    satisfied_requirement
    open
    diffy

    Jorropo (Gerrit)

    unread,
    May 19, 2026, 1:07:38 PMMay 19
    to goph...@pubsubhelper.golang.org, David Chase, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from David Chase, Keith Randall and Martin Möhrmann

    Jorropo added 1 comment

    Patchset-level comments
    David Chase . resolved

    Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

    Jorropo

    I am not expecting this to get in before the freeze. Don't worry about being timely.

    Open in Gerrit

    Related details

    Attention is currently required from:
    • David Chase
    • Keith Randall
    • Martin Möhrmann
    Submit Requirements:
    • requirement is not satisfiedCode-Review
    • requirement satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    • requirement satisfiedTryBots-Pass
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: go
    Gerrit-Branch: master
    Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
    Gerrit-Change-Number: 778820
    Gerrit-PatchSet: 3
    Gerrit-Owner: Jorropo <jorro...@gmail.com>
    Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
    Gerrit-Reviewer: Keith Randall <k...@golang.org>
    Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
    Gerrit-CC: David Chase <drc...@google.com>
    Gerrit-CC: Gopher Robot <go...@golang.org>
    Gerrit-Attention: Keith Randall <k...@golang.org>
    Gerrit-Attention: David Chase <drc...@google.com>
    Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
    Gerrit-Comment-Date: Tue, 19 May 2026 17:07:31 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: David Chase <drc...@google.com>
    unsatisfied_requirement
    satisfied_requirement
    open
    diffy

    Jorropo (Gerrit)

    unread,
    May 19, 2026, 1:08:50 PMMay 19
    to goph...@pubsubhelper.golang.org, David Chase, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from David Chase, Keith Randall and Martin Möhrmann

    Jorropo added 1 comment

    Patchset-level comments
    David Chase . resolved

    Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

    Jorropo

    I am not expecting this to get in before the freeze. Don't worry about being timely.

    Jorropo

    If conflicts are too bad I can keep the `commutative` name but I think `triviallyCommutative` is better.

    Gerrit-Comment-Date: Tue, 19 May 2026 17:08:43 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: Jorropo <jorro...@gmail.com>
    Comment-In-Reply-To: David Chase <drc...@google.com>
    unsatisfied_requirement
    satisfied_requirement
    open
    diffy

    Keith Randall (Gerrit)

    unread,
    May 20, 2026, 12:11:15 PMMay 20
    to Jorropo, goph...@pubsubhelper.golang.org, David Chase, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
    Attention needed from David Chase, Jorropo and Martin Möhrmann

    Keith Randall added 1 comment

    Patchset-level comments
    David Chase . unresolved

    Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

    Jorropo

    I am not expecting this to get in before the freeze. Don't worry about being timely.

    Jorropo

    If conflicts are too bad I can keep the `commutative` name but I think `triviallyCommutative` is better.

    Keith Randall

    I'd really rather leave `commutative` as it is currently named and have another name for this new thing. It is kind of anticommutative, but not quite. dualCommutative or skewCommutative?

    Open in Gerrit

    Related details

    Attention is currently required from:
    • David Chase
    • Jorropo
    • Martin Möhrmann
    Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: go
      Gerrit-Branch: master
      Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
      Gerrit-Change-Number: 778820
      Gerrit-PatchSet: 3
      Gerrit-Owner: Jorropo <jorro...@gmail.com>
      Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
      Gerrit-CC: David Chase <drc...@google.com>
      Gerrit-CC: Gopher Robot <go...@golang.org>
      Gerrit-Attention: Jorropo <jorro...@gmail.com>
      Gerrit-Attention: David Chase <drc...@google.com>
      Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
      Gerrit-Comment-Date: Wed, 20 May 2026 16:11:10 +0000
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Jorropo (Gerrit)

      unread,
      May 20, 2026, 6:36:19 PMMay 20
      to goph...@pubsubhelper.golang.org, David Chase, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
      Attention needed from David Chase, Keith Randall and Martin Möhrmann

      Jorropo added 1 comment

      Patchset-level comments
      David Chase . unresolved

      Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

      Jorropo

      I am not expecting this to get in before the freeze. Don't worry about being timely.

      Jorropo

      If conflicts are too bad I can keep the `commutative` name but I think `triviallyCommutative` is better.

      Keith Randall

      I'd really rather leave `commutative` as it is currently named and have another name for this new thing. It is kind of anticommutative, but not quite. dualCommutative or skewCommutative?

      Jorropo

      `commuted` ?
      `asm: "CMOVQEQ", commuted: "CMOVQNE"`

      Open in Gerrit

      Related details

      Attention is currently required from:
      • David Chase
      • Keith Randall
      • Martin Möhrmann
      Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: go
      Gerrit-Branch: master
      Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
      Gerrit-Change-Number: 778820
      Gerrit-PatchSet: 3
      Gerrit-Owner: Jorropo <jorro...@gmail.com>
      Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
      Gerrit-CC: David Chase <drc...@google.com>
      Gerrit-CC: Gopher Robot <go...@golang.org>
      Gerrit-Attention: Keith Randall <k...@golang.org>
      Gerrit-Attention: David Chase <drc...@google.com>
      Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
      Gerrit-Comment-Date: Wed, 20 May 2026 22:36:13 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: No
      Comment-In-Reply-To: Keith Randall <k...@golang.org>
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Keith Randall (Gerrit)

      unread,
      May 20, 2026, 6:49:10 PMMay 20
      to Jorropo, goph...@pubsubhelper.golang.org, David Chase, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
      Attention needed from David Chase, Jorropo and Martin Möhrmann

      Keith Randall added 1 comment

      Patchset-level comments
      David Chase . unresolved

      Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

      Jorropo

      I am not expecting this to get in before the freeze. Don't worry about being timely.

      Jorropo

      If conflicts are too bad I can keep the `commutative` name but I think `triviallyCommutative` is better.

      Keith Randall

      I'd really rather leave `commutative` as it is currently named and have another name for this new thing. It is kind of anticommutative, but not quite. dualCommutative or skewCommutative?

      Jorropo

      `commuted` ?
      `asm: "CMOVQEQ", commuted: "CMOVQNE"`

      Keith Randall

      Sure, an optional `commuted` or `commutedOp` field would be fine.

      Open in Gerrit

      Related details

      Attention is currently required from:
      • David Chase
      • Jorropo
      • Martin Möhrmann
      Submit Requirements:
      • requirement is not satisfiedCode-Review
      • requirement is not satisfiedNo-Unresolved-Comments
      • requirement is not satisfiedReview-Enforcement
      • requirement satisfiedTryBots-Pass
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: go
      Gerrit-Branch: master
      Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
      Gerrit-Change-Number: 778820
      Gerrit-PatchSet: 3
      Gerrit-Owner: Jorropo <jorro...@gmail.com>
      Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
      Gerrit-Reviewer: Keith Randall <k...@golang.org>
      Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
      Gerrit-CC: David Chase <drc...@google.com>
      Gerrit-CC: Gopher Robot <go...@golang.org>
      Gerrit-Attention: Jorropo <jorro...@gmail.com>
      Gerrit-Attention: David Chase <drc...@google.com>
      Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
      Gerrit-Comment-Date: Wed, 20 May 2026 22:49:04 +0000
      unsatisfied_requirement
      satisfied_requirement
      open
      diffy

      Jorropo (Gerrit)

      unread,
      Jun 6, 2026, 3:27:57 AM (22 hours ago) Jun 6
      to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
      Attention needed from David Chase, Jorropo and Martin Möhrmann

      Jorropo uploaded new patchset

      Jorropo uploaded patch set #4 to this change.
      Following approvals got outdated and were removed:
      Open in Gerrit

      Related details

      Attention is currently required from:
      • David Chase
      • Jorropo
      • Martin Möhrmann
      Submit Requirements:
        • requirement is not satisfiedCode-Review
        • requirement is not satisfiedNo-Unresolved-Comments
        • requirement is not satisfiedNo-Wait-Release
        • requirement is not satisfiedReview-Enforcement
        • requirement is not satisfiedTryBots-Pass
        Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
        Gerrit-MessageType: newpatchset
        Gerrit-Project: go
        Gerrit-Branch: master
        Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
        Gerrit-Change-Number: 778820
        Gerrit-PatchSet: 4
        unsatisfied_requirement
        open
        diffy

        Jorropo (Gerrit)

        unread,
        Jun 6, 2026, 3:28:28 AM (22 hours ago) Jun 6
        to goph...@pubsubhelper.golang.org, David Chase, golang...@luci-project-accounts.iam.gserviceaccount.com, Keith Randall, Martin Möhrmann, Gopher Robot, golang-co...@googlegroups.com
        Attention needed from David Chase, Keith Randall and Martin Möhrmann

        Jorropo added 1 comment

        Patchset-level comments
        File-level comment, Patchset 3:
        David Chase . resolved

        Will try to get this reviewed in a timely way, there's loads of conflicts with machine-generated code from SIMD right now. In theory a trivial update to the generators, in practice we're already stepping on each other's toes trying to land SIMD work.

        Jorropo

        I am not expecting this to get in before the freeze. Don't worry about being timely.

        Jorropo

        If conflicts are too bad I can keep the `commutative` name but I think `triviallyCommutative` is better.

        Keith Randall

        I'd really rather leave `commutative` as it is currently named and have another name for this new thing. It is kind of anticommutative, but not quite. dualCommutative or skewCommutative?

        Jorropo

        `commuted` ?
        `asm: "CMOVQEQ", commuted: "CMOVQNE"`

        Keith Randall

        Sure, an optional `commuted` or `commutedOp` field would be fine.

        Jorropo

        Done

        Open in Gerrit

        Related details

        Attention is currently required from:
        • David Chase
        • Keith Randall
        • Martin Möhrmann
        Submit Requirements:
          • requirement is not satisfiedCode-Review
          • requirement satisfiedNo-Unresolved-Comments
          • requirement is not satisfiedNo-Wait-Release
          • requirement is not satisfiedReview-Enforcement
          • requirement is not satisfiedTryBots-Pass
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: comment
          Gerrit-Project: go
          Gerrit-Branch: master
          Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
          Gerrit-Change-Number: 778820
          Gerrit-PatchSet: 4
          Gerrit-Owner: Jorropo <jorro...@gmail.com>
          Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
          Gerrit-CC: David Chase <drc...@google.com>
          Gerrit-CC: Gopher Robot <go...@golang.org>
          Gerrit-Attention: Keith Randall <k...@golang.org>
          Gerrit-Attention: David Chase <drc...@google.com>
          Gerrit-Attention: Martin Möhrmann <moeh...@google.com>
          Gerrit-Comment-Date: Sat, 06 Jun 2026 07:28:21 +0000
          unsatisfied_requirement
          satisfied_requirement
          open
          diffy

          Jorropo (Gerrit)

          unread,
          Jun 6, 2026, 3:32:46 AM (22 hours ago) Jun 6
          to goph...@pubsubhelper.golang.org, golang-co...@googlegroups.com
          Attention needed from David Chase, Jorropo, Keith Randall and Martin Möhrmann

          Jorropo uploaded new patchset

          Jorropo uploaded patch set #5 to this change.
          Open in Gerrit

          Related details

          Attention is currently required from:
          • David Chase
          • Jorropo
          • Keith Randall
          • Martin Möhrmann
          Submit Requirements:
          • requirement is not satisfiedCode-Review
          • requirement satisfiedNo-Unresolved-Comments
          • requirement is not satisfiedNo-Wait-Release
          • requirement is not satisfiedReview-Enforcement
          • requirement is not satisfiedTryBots-Pass
          Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
          Gerrit-MessageType: newpatchset
          Gerrit-Project: go
          Gerrit-Branch: master
          Gerrit-Change-Id: I6ea58bf7f9d760d8e2d44f2abd111ea8e9ac03f6
          Gerrit-Change-Number: 778820
          Gerrit-PatchSet: 5
          Gerrit-Owner: Jorropo <jorro...@gmail.com>
          Gerrit-Reviewer: Jorropo <jorro...@gmail.com>
          Gerrit-Reviewer: Keith Randall <k...@golang.org>
          Gerrit-Reviewer: Martin Möhrmann <moeh...@google.com>
          Gerrit-CC: David Chase <drc...@google.com>
          Gerrit-CC: Gopher Robot <go...@golang.org>
          Gerrit-Attention: Keith Randall <k...@golang.org>
          Gerrit-Attention: Jorropo <jorro...@gmail.com>
          unsatisfied_requirement
          satisfied_requirement
          open
          diffy
          Reply all
          Reply to author
          Forward
          0 new messages