Sign in
go
/
go
/
d8c815d8b5df75c9c030a318fbc566f38c58526f
/
test
/
escape2.go
e779bfa
cmd/compile: better modeling of escape across loop levels
by David Chase
· 9 years ago
f7a39a54
cmd/compile: escape analysis, don't always escape variadic args
by David Chase
· 9 years ago
6613090
cmd/compile: handle copy in escape analysis
by Russ Cox
· 10 years ago
fd2154f
cmd/compile: move Node.Curfn into both Node.Func and Node.Name
by Russ Cox
· 10 years ago
a21cf5b
cmd/internal/gc: extend escape analysis to pointers in slices
by David Chase
· 10 years ago
7fbb1b3
cmd/internal/gc: improve flow of input params to output params
by David Chase
· 10 years ago
7647741
test: add -update_errors flag to run script
by Dmitry Vyukov
· 10 years ago
878a86a
cmd/gc: fix escape analysis of closures
by Dmitry Vyukov
· 10 years ago
2270133
cmd/gc: allocate backing storage for non-escaping interfaces on stack
by David Chase
· 10 years ago
edcc062
test: add tests for escape analysis of interface conversions
by Dmitry Vyukov
· 10 years ago
1f5617e
test: add additional ... tests for escape analysis
by Dmitry Vyukov
· 10 years ago
77d7771
cmd/internal/gc: omit non-explicit capacity in errors with map/chan make
by Chris Manghane
· 10 years ago
b3be360
cmd/gc: allocate non-escaping maps on stack
by Dmitry Vyukov
· 10 years ago
9568126
cmd/gc: allocate buffers for non-escaping string conversions on stack
by Dmitry Vyukov
· 10 years ago
0e80b2e
cmd/gc: capture variables by value
by Dmitry Vyukov
· 10 years ago
4ce4d8b
cmd/gc: allocate stack buffer for ORUNESTR
by Dmitry Vyukov
· 10 years ago
e6fac08
cmd/gc: allocate buffers for non-escaped strings on stack
by Dmitry Vyukov
· 10 years ago
22c16b4
cmd/gc: ignore re-slicing in escape analysis
by Dmitry Vyukov
· 10 years ago
1b87f01
cmd/gc: improve escape analysis for &T{...}
by Dmitry Vyukov
· 10 years ago
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
· 13 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
· 14 years ago
77f0bdc
gc: fix arm build
by Russ Cox
· 14 years ago
db5f9da
gc: tweak and enable escape analysis
by Russ Cox
· 14 years ago
0227c45
gc: fix some spurious leaks
by Russ Cox
· 14 years ago
847b61b
gc: Escape analysis.
by Luuk van Dijk
· 14 years ago