summaryrefslogtreecommitdiff
path: root/test/escape4.go
Commit message (Expand)AuthorAgeFilesLines
* test: enable inlining tests for functions with local typeCuong Manh Le2023-01-311-7/+2
* test: skip inlining check in escape4.goCuong Manh Le2022-10-011-0/+5
* [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky2021-01-181-3/+3
* cmd/compile: skip escape analysis diagnostics for OADDRMatthew Dempsky2019-04-021-6/+6
* cmd/compile: fix panic-okay-to-inline change; adjust testsDavid Chase2018-06-061-2/+2
* cmd/compile: inline calls to local closuresHugues Bruant2017-10-111-3/+3
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/internal/gc: transitive inliningRuss Cox2015-02-261-4/+4
* cmd/gc: fix escape analysis bugRuss Cox2012-09-241-0/+18
* test: expand run.go's errorcheck, make clear which bugs runRuss Cox2012-09-231-1/+1
* cmd/gc: must not inline panic, recoverRuss Cox2012-03-051-7/+13
* gc: fix escape analysis + inlining + closure bugRuss Cox2012-02-231-0/+33