]> Cypherpunks repositories - gostls13.git/commit
internal/goexperiment: add "NewInliner" experiment
authorThan McIntosh <thanm@google.com>
Tue, 11 Jul 2023 14:34:48 +0000 (10:34 -0400)
committerThan McIntosh <thanm@google.com>
Wed, 2 Aug 2023 19:47:40 +0000 (19:47 +0000)
commitfbf9076ee8c8f665f1e8bba08fdc473cc7a2d690
tree62f7bc43b1a3a96826cf84feed63fd1ceb5a4201
parentce5e37ec21442c6eb13a43e68ca20129102ebac0
internal/goexperiment: add "NewInliner" experiment

Add "NewInliner" to the list of Go experiments, used for enabling an
updated/improved version of the function inlining phase within the Go
compiler.

Updates #61502.

Change-Id: I3218b3ae59a2d05156e8017cd9ee1d7b66cad031
Reviewed-on: https://go-review.googlesource.com/c/go/+/511555
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Than McIntosh <thanm@google.com>
src/internal/goexperiment/exp_newinliner_off.go [new file with mode: 0644]
src/internal/goexperiment/exp_newinliner_on.go [new file with mode: 0644]
src/internal/goexperiment/flags.go