Sign in
go
/
go
/
bfe459adc98724354ffefa624b73815adaa711d8
/
test
/
escape2.go
00d2f91
cmd/gc: run escape analysis always (even in -N mode)
by Russ Cox
· 10 years ago
f20e4d5
cmd/gc: fix &result escaping into result
by Russ Cox
· 11 years ago
775ab8e
cmd/gc: fix escape analysis for &x inside switch x := v.(type)
by Russ Cox
· 11 years ago
fe3c913
cmd/gc: fix escape analysis of func returning indirect of parameter
by Russ Cox
· 11 years ago
f078711
cmd/gc: fix escape analysis for slice of array
by Russ Cox
· 11 years ago
c99dce2
cmd/gc: fix ... escape analysis bug
by Russ Cox
· 11 years ago
e5d742f
cmd/gc: relax address-of escape analysis
by Russ Cox
· 11 years ago
e0a55a6
cmd/gc: for loop init statement misanalyzed by escape analysis
by Daniel Morsing
· 11 years ago
99d8772
test: avoid future 'declared and not used' error
by Robert Griesemer
· 11 years ago
148fac7
cmd/gc: fix escape analysis ordering
by Russ Cox
· 12 years ago
3577398
test: add test for issue 3888.
by Rémy Oudompheng
· 12 years ago
38e9b07
cmd/gc: fix escape analysis of method values
by Russ Cox
· 12 years ago
20c7e41
cmd/gc: fix escape analysis bug.
by Rémy Oudompheng
· 12 years ago
fd178d6
cmd/gc: add way to specify 'noescape' for extern funcs
by Russ Cox
· 12 years ago
572d984
cmd/gc: fix escape analysis
by Russ Cox
· 12 years ago
1dcf658
cmd/gc: remove an incorrect assertion in escape analysis.
by Rémy Oudompheng
· 12 years ago
507fcf3
cmd/gc: escape analysis to track flow of in to out parameters.
by Luuk van Dijk
· 12 years ago
54af752
cmd/gc: fix escape analysis bug
by Russ Cox
· 12 years ago
cd22afa
test: expand run.go's errorcheck, make clear which bugs run
by Russ Cox
· 12 years ago
ba97d52
cmd/gc: fix escape analysis bug with variable capture in loops.
by Rémy Oudompheng
· 12 years ago
5583060
cmd/gc: fix addresses escaping through closures called in-place.
by Luuk van Dijk
· 13 years ago
075eef4
gc: fix escape analysis + inlining + closure bug
by Russ Cox
· 13 years ago
83976e3
test: explanatory comments [c-g]*
by Rob Pike
· 13 years ago
94ff311
gc: avoid false positives when using scalar struct fields.
by Rémy Oudompheng
· 13 years ago
4a6b07f
gc: enable inlining by default
by Russ Cox
· 13 years ago
9bf3478
gc: better loopdepth analysis for labels
by Luuk van Dijk
· 13 years ago
434a6c8
gc: use gofmt spacing when printing map type
by Russ Cox
· 13 years ago
29a5ae6
gc: small fixes for printing.
by Luuk van Dijk
· 13 years ago
b4df33a
gc: test + fix escape analysis bug
by Russ Cox
· 13 years ago
b536adb
gc: changes to export format in preparation for inlining.
by Luuk van Dijk
· 13 years ago
f2460a8
gc: treat DOTMETH like DOT in escape analysis.
by Luuk van Dijk
· 13 years ago
60d4710
gc: fix label recursion bugs
by Russ Cox
· 13 years ago
77f0bdc
gc: fix arm build
by Russ Cox
· 13 years ago
db5f9da
gc: tweak and enable escape analysis
by Russ Cox
· 13 years ago
0227c45
gc: fix some spurious leaks
by Russ Cox
· 13 years ago
847b61b
gc: Escape analysis.
by Luuk van Dijk
· 13 years ago