summaryrefslogtreecommitdiff
path: root/test/escape2.go
Commit message (Expand)AuthorAgeFilesLines
...
* cmd/gc: fix escape analysisRuss Cox2013-02-041-0/+16
* cmd/gc: remove an incorrect assertion in escape analysis.Rémy Oudompheng2012-12-201-51/+66
* cmd/gc: escape analysis to track flow of in to out parameters.Luuk van Dijk2012-10-291-6/+20
* 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: fix escape analysis bug with variable capture in loops.Rémy Oudompheng2012-08-311-0/+13
* cmd/gc: fix addresses escaping through closures called in-place.Luuk van Dijk2012-04-231-2/+135
* gc: fix escape analysis + inlining + closure bugRuss Cox2012-02-231-1/+1
* test: explanatory comments [c-g]*Rob Pike2012-02-191-0/+3
* gc: avoid false positives when using scalar struct fields.Rémy Oudompheng2012-01-121-6/+36
* gc: enable inlining by defaultRuss Cox2012-01-101-1/+1
* gc: better loopdepth analysis for labelsLuuk van Dijk2011-12-151-0/+21
* gc: use gofmt spacing when printing map typeRuss Cox2011-12-021-2/+2
* gc: small fixes for printing.Luuk van Dijk2011-11-021-3/+3
* gc: test + fix escape analysis bugRuss Cox2011-11-011-70/+88
* gc: changes to export format in preparation for inlining.Luuk van Dijk2011-10-081-102/+102
* gc: treat DOTMETH like DOT in escape analysis.Luuk van Dijk2011-09-071-0/+8
* gc: fix label recursion bugsRuss Cox2011-09-011-0/+205
* gc: fix arm buildRuss Cox2011-08-281-0/+6
* gc: tweak and enable escape analysisRuss Cox2011-08-281-196/+271
* gc: fix some spurious leaksRuss Cox2011-08-251-0/+86
* gc: Escape analysis.Luuk van Dijk2011-08-241-0/+615