]> Cypherpunks.ru repositories - gostls13.git/history - test/escape4.go
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / test / escape4.go
2023-09-14 Than McIntoshcmd/compile/internal/inl: inline based on scoring when...
2023-01-31 Cuong Manh Letest: enable inlining tests for functions with local...
2022-10-01 Cuong Manh Letest: skip inlining check in escape4.go
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-16 Cherry Zhangall: merge branch dev.regabi (d3cd4830ad) into master
2021-02-16 Cherry Zhang[dev.regabi] all: merge master (5faf941) into dev.regabi
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-08 Cherry Zhang[dev.regabi] all: merge master (1901853) into dev.regabi
2021-02-02 Robert Griesemer[dev.regabi] all: merge master (fca94ab) into dev.regabi
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-18 Matthew Dempsky[dev.regabi] cmd/compile: convert OPANIC argument to...
2019-05-28 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2019-04-02 Matthew Dempskycmd/compile: skip escape analysis diagnostics for OADDR
2018-06-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2018-06-06 David Chasecmd/compile: fix panic-okay-to-inline change; adjust...
2017-12-06 Russ Cox[dev.boringcrypto] all: merge master (nearly Go 1.10...
2017-10-11 Hugues Bruantcmd/compile: inline calls to local closures
2016-05-05 Keith Randall[dev.ssa] Merge remote-tracking branch 'origin/master...
2016-05-02 Emmanuel Odekeall: make copyright headers consistent with one space...
2015-02-26 Russ Coxcmd/internal/gc: transitive inlining
2012-09-24 Russ Coxcmd/gc: fix escape analysis bug
2012-09-23 Russ Coxtest: expand run.go's errorcheck, make clear which...
2012-03-05 Russ Coxcmd/gc: must not inline panic, recover
2012-02-24 Russ Coxgc: fix escape analysis + inlining + closure bug