Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>