go/test
Russ Cox 148fac79a3 cmd/gc: fix escape analysis ordering
Functions without bodies were excluded from the ordering logic,
because when I wrote the ordering logic there was no reason to
analyze them.

But then we added //go:noescape tags that need analysis, and we
didn't update the ordering logic.

So in the absence of good ordering, //go:noescape only worked
if it appeared before the use in the source code.

Fixes #5773.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/10570043
2013-06-25 17:28:49 -04:00
..
bench test/bench/shootout/timing.log: update to Go 1.1 2013-05-23 17:57:28 -07:00
bugs
chan all: fix typos 2013-06-09 21:50:24 +08:00
ddd2.dir
dwarf
fixedbugs cmd/gc: fix pointer composite literals in exported if statements. 2013-06-23 18:39:07 +02:00
import2.dir
import4.dir
interface
ken
method4.dir
safe
stress test/stress: fix a goroutine leak in threadRing stresstest 2013-06-03 07:07:31 -07:00
syntax
64bit.go
235.go
alias.go
alias1.go
append.go
args.go
assign.go
assign1.go
bigalg.go
bigmap.go
blank.go
blank1.go
bom.go
bombad.go
bounds.go
chancap.go
char_lit.go
char_lit1.go
closedchan.go
closure.go
cmp.go
cmp6.go
cmplx.go
cmplxdivide.c
cmplxdivide.go
cmplxdivide1.go
complit.go
complit1.go
compos.go
const.go
const1.go
const2.go
const3.go
const4.go
const5.go
const6.go
convT2X.go
convert.go
convert1.go
convert3.go
convlit.go
convlit1.go
copy.go
crlf.go
ddd.go
ddd1.go
ddd2.go
decl.go
declbad.go
defer.go
deferprint.go
deferprint.out
divide.go
empty.go
env.go
eof.go
eof1.go
errchk
escape.go
escape2.go cmd/gc: fix escape analysis ordering 2013-06-25 17:28:49 -04:00
escape3.go
escape4.go
escape5.go
float_lit.go
floatcmp.go
for.go
func.go
func1.go
func2.go
func3.go
func4.go
func5.go
func6.go
func7.go
func8.go
funcdup.go
funcdup2.go
gc.go
gc1.go
gc2.go
golden.out
goprint.go
goprint.out
goto.go
helloworld.go
helloworld.out
if.go
import.go
import1.go
import2.go
import4.go
import5.go
index.go
index0.go
index1.go
index2.go
indirect.go
indirect1.go
init.go
init1.go
initcomma.go
initialize.go
initializerr.go
int_lit.go
intcvt.go
iota.go
label.go
label1.go
linkx.go
literal.go
mallocfin.go
map.go
map1.go
mapnan.go
method.go
method1.go
method2.go
method3.go
method4.go
method5.go
named.go
named1.go
nil.go
nilptr.go
nul1.go
parentype.go
peano.go
printbig.go
printbig.out
range.go
recover.go
recover1.go
recover2.go
recover3.go
rename.go
rename1.go
reorder.go
reorder2.go
return.go
rotate.go
rotate0.go
rotate1.go
rotate2.go
rotate3.go
run
run.go
rune.go
runtime.go
shift1.go
shift2.go test: add shift expression incorrectly rejected by gccgo. 2013-06-25 08:06:34 +02:00
sieve.go
sigchld.go undo CL 10017045 / 6ec8c49421a0 2013-06-04 21:51:22 -07:00
sigchld.out
simassign.go
sinit.go
sizeof.go test: correct sizeof.go. 2013-06-02 19:10:11 +02:00
solitaire.go
stack.go
string_lit.go
stringrange.go
struct0.go
switch.go
switch3.go
switch4.go
testlib
torture.go
turing.go
typecheck.go
typeswitch.go
typeswitch1.go
typeswitch2.go
typeswitch3.go
undef.go
utf.go
varerr.go
varinit.go
zerodivide.go