go/src/cmd
Than McIntosh 6eb31c1a00 cmd/compile/internal/inline: refactor inline budget computation
Split out the code that computes the initial inline "hairyness" budget
for a function so that it can be reused (in a later patch). This is a
pure refactoring; no change in compiler functionality.

Change-Id: I9b1b7b10a7c480559b837492b10eb08771b7a145
Reviewed-on: https://go-review.googlesource.com/c/go/+/514795
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
2023-08-10 18:54:11 +00:00
..
addr2line
api cmd/api: skip TestIssue29837 when -short is set 2023-06-15 05:42:15 +00:00
asm cmd/internal/obj/mips: add SEB/SEH instructions 2023-08-08 12:17:12 +00:00
buildid
cgo cmd/cgo/internal/testplugin: simplify TestForkExec and log stderr output 2023-08-08 17:51:44 +00:00
compile cmd/compile/internal/inline: refactor inline budget computation 2023-08-10 18:54:11 +00:00
covdata cmd/covdata: format package comment for 'go doc' rendering 2023-07-14 12:49:10 +00:00
cover cmd/{go,cover}: enable response file args for cmd/cover 2023-06-22 18:36:44 +00:00
dist cmd/dist: remove unnecessary parts of bootstrapDirs 2023-08-09 15:09:55 +00:00
distpack cmd/distpack: test for .DS_Store files in all directories 2023-08-01 22:29:19 +00:00
doc cmd/doc: format field doc comments when printing entire struct 2023-04-10 22:35:17 +00:00
fix cmd/fix: use reflect.TypeFor for known types 2023-08-07 00:25:49 +00:00
go cmd/go/internal/web: remove a redundant return value 2023-08-10 17:34:27 +00:00
gofmt all: use built-in clear to clear maps 2023-07-27 22:07:13 +00:00
internal cmd/internal/obj/mips: add SEB/SEH instructions 2023-08-08 12:17:12 +00:00
link cmd/asm,cmd/internal/obj/riscv,cmd/link: improve TLS handling on riscv64 2023-08-03 16:15:14 +00:00
nm internal/platform: pass race mode to DefaultPIE 2023-03-20 23:32:34 +00:00
objdump cmd/dist: refactor generated cgo-support logic 2023-04-20 17:26:46 +00:00
pack all: add String for fs.{FileInfo,DirEntry} implementations 2023-05-04 16:27:35 +00:00
pprof runtime,runtime/pprof: get memory mappings on darwin. 2023-08-03 16:07:59 +00:00
test2json cmd: add wasip1 support 2023-04-06 22:37:50 +00:00
tools cmd: vendor golang.org/x/tools/cmd/bisect 2023-05-09 01:28:10 +00:00
trace all: fix spelling errors 2023-06-14 00:03:57 +00:00
vendor all: update vendored dependencies 2023-08-09 21:28:32 +00:00
vet cmd/vet: add slog checker 2023-05-22 18:11:19 +00:00
README.vendor
go.mod all: update vendored dependencies 2023-08-09 21:28:32 +00:00
go.sum all: update vendored dependencies 2023-08-09 21:28:32 +00:00

README.vendor

See src/README.vendor for information on loading vendored packages
and updating the vendor directory.