]> Cypherpunks repositories - gostls13.git/commit
[dev.simd] runtime: eliminate global state in mkpreempt.go
authorAustin Clements <austin@google.com>
Thu, 12 Jun 2025 22:37:01 +0000 (18:37 -0400)
committerAustin Clements <austin@google.com>
Fri, 13 Jun 2025 14:15:51 +0000 (07:15 -0700)
commitdfa6c7426316fb81c5f29b260b2de7822680ffd3
treeb0756c3be90d6ed032ef77e46256b529b4afc2c0
parentb2e8ddba3ca4dd7ba8241cf6716b06e042185f71
[dev.simd] runtime: eliminate global state in mkpreempt.go

We're going to start writing two files, so having a single global file
we're writing will be a problem.

This has no effect on the generated code.

Change-Id: I49897ea0c6500a29eac89b597d75c0eb3e9b6706
Reviewed-on: https://go-review.googlesource.com/c/go/+/680897
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/mkpreempt.go