]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/objabi: add regabi GOEXPERIMENT
authorAustin Clements <austin@google.com>
Tue, 1 Sep 2020 15:16:33 +0000 (11:16 -0400)
committerAustin Clements <austin@google.com>
Thu, 3 Sep 2020 12:55:46 +0000 (12:55 +0000)
commit2b8b06ebbf0198d3c7a9b4d839bc05d9b13ecbe7
tree1605fee71c79a40eff7a650714a366a73193adb6
parent6c76edeb1b67a5751dff215aaa712572d87a4ce8
cmd/internal/objabi: add regabi GOEXPERIMENT

This is the "feature flag" for the register calling convention work
(though since this work is expected to extend over a few releases,
it's not version-prefixed). This will let us develop the register
calling convention on the main branch while maintaining an easy toggle
between the old and new ABIs.

Updates #40724.

Change-Id: I129c8d87d34e6fa0910b6fa43efb35b706021637
Reviewed-on: https://go-review.googlesource.com/c/go/+/252257
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/internal/objabi/util.go