aboutsummaryrefslogtreecommitdiff
path: root/test/escape4.go
AgeCommit message (Expand)Author
2023-09-14cmd/compile/internal/inl: inline based on scoring when GOEXPERIMENT=newinlinerThan McIntosh
2023-01-31test: enable inlining tests for functions with local typeCuong Manh Le
2022-10-01test: skip inlining check in escape4.goCuong Manh Le
2021-01-18[dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky
2019-04-02cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky
2018-06-06cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase
2017-10-11cmd/compile: inline calls to local closuresHugues Bruant
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2015-02-26cmd/internal/gc: transitive inliningRuss Cox
2012-09-24cmd/gc: fix escape analysis bugRuss Cox
2012-09-23test: expand run.go's errorcheck, make clear which bugs runRuss Cox
2012-03-05cmd/gc: must not inline panic, recoverRuss Cox
2012-02-23gc: fix escape analysis + inlining + closure bugRuss Cox