index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
inline.go
Age
Commit message (
Expand
)
Author
2025-03-06
cmd/compile: remove no-longer-necessary recursive inlining checks
David Chase
2024-07-30
cmd/compile: add "deadlocals" pass to remove unused locals
David Chase
2023-10-19
test: migrate remaining files to go:build syntax
Dmitri Shuralyov
2023-09-14
cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinliner
Than McIntosh
2023-08-23
cmd/compile/internal/noder: elide statically known "if" statements
Matthew Dempsky
2023-05-23
test: remove *_unified.go variants
Cuong Manh Le
2023-04-14
cmd/compile: better code generation for constant-fold switch
Cuong Manh Le
2023-04-14
cmd/compile: reenable inline static init
Cuong Manh Le
2023-03-09
cmd/compile: reorder operations in SCCs to enable more inlining
Than McIntosh
2023-02-09
cmd/compile: disable inline static init optimization
Cuong Manh Le
2022-11-23
cmd/compile: reenable inlstaticinit
Russ Cox
2022-11-22
cmd/compile: add -d=inlstaticinit debug flag
Matthew Dempsky
2022-11-16
cmd/compile: handle simple inlined calls in staticinit
Russ Cox
2022-06-15
[dev.unified] test: extract different inline test between unified and non-uni...
Cuong Manh Le
2022-04-14
cmd/compile: constant-fold switches early in compilation
Keith Randall
2022-03-27
test: fix inline test on noopt builder
Keith Randall
2022-03-25
cmd/compile: enable inlining SELECT
Wayne Zuo
2021-11-24
cmd/compile/internal/inline: revise closure inl position fix
Than McIntosh
2021-10-28
cmd/compile: allow inlining of ORANGE
nimelehin
2021-10-18
cmd/compile: allow inlining labeled for-statement and switch-statement
wdvxdr
2021-07-28
[dev.typeparams] test: rename blank functions
Matthew Dempsky
2021-06-27
[dev.typeparams] cmd/compile: delay method value wrapper generation until walk
Cuong Manh Le
2021-05-18
cmd/compile: don't emit inltree for closure within body of inlined func
Than McIntosh
2021-04-14
cmd/compile: set types properly for imported funcs with closures
Dan Scales
2021-04-10
cmd/compile: include typecheck information in export/import
Keith Randall
2021-02-25
test: fix inline.go test for linux-amd64-noopt
Egon Elbre
2021-02-24
cmd/compile: disable inlining functions with closures for now
Dan Scales
2021-02-24
cmd/compile: reduce inline cost of OCONVOP
Egon Elbre
2021-01-20
[dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...
Dan Scales
2020-11-06
cmd/compile: support inlining of type switches
Matthew Dempsky
2020-10-29
cmd/compile: inline functions evaluated in go and defer statements
Branden J Brown
2020-10-20
cmd/compile: allowing inlining of functions with OCALLPART
Dan Scales
2020-10-15
cmd/compile: use staticValue for inlining logic
Matthew Dempsky
2020-10-15
cmd/compile: allow inlining of "for" loops
Matthew Dempsky
2020-09-15
test: fix inline.go to pass linux-amd64-noopt
Matthew Dempsky
2020-09-14
cmd/compile: call fninit earlier
Matthew Dempsky
2020-04-03
cmd/compile: allow mid-stack inlining when there is a cycle of recursion
Dan Scales
2019-09-16
cmd/compile: trim function name prefix from escape diagnostics
Matthew Dempsky
2019-04-02
cmd/compile: skip escape analysis diagnostics for OADDR
Matthew Dempsky
2018-11-08
cmd/compile: encourage inlining of functions with single-call bodies
Keith Randall
2017-11-05
cmd/compile: inline closures with captures
Hugues Bruant
2017-10-11
cmd/compile: inline calls to local closures
Hugues Bruant
2017-10-10
cmd/compile: remove outdated TODO about inlining
Matthew Dempsky
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-03-21
cmd/compile: allow inlining of functions with switch statements
Todd Neal
2016-03-18
cmd/compile: allow inlining of functions that declare a const
Todd Neal
2015-10-29
cmd/compile: add support for a go:noinline directive
Todd Neal
2015-02-26
cmd/internal/gc: transitive inlining
Russ Cox