1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:21:21 -06:00
go/src
Russ Cox af545660d5 cmd/gc: correct liveness for various non-returning functions
When the liveness code doesn't know a function doesn't return
(but the generated code understands that), the liveness analysis
invents a control flow edge that is not really there, which can cause
variables to seem spuriously live. This is particularly bad when the
variables are uninitialized.

TBR=iant
CC=golang-codereviews
https://golang.org/cl/63720043
2014-02-14 00:38:24 -05:00
..
cmd cmd/gc: correct liveness for various non-returning functions 2014-02-14 00:38:24 -05:00
lib9 lib9: fix Solaris build 2014-02-13 20:30:42 +01:00
libbio lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
liblink cmd/gc: rename AFATVARDEF to AVARDEF 2014-02-13 22:17:22 -05:00
libmach libmach: use different names for different Ureg types 2014-01-08 20:37:27 -05:00
pkg runtime: fix windows cpu profiler 2014-02-14 09:20:51 +04:00
all.bash
all.bat
all.rc
clean.bash
clean.bat
clean.rc
make.bash cmd/go, cmd/cgo, make.bash: cross compiling with cgo enabled 2014-02-06 09:11:00 -08:00
make.bat cmd/dist: fix windows build. 2013-08-02 14:29:04 -07:00
Make.dist
make.rc lib9: enable on Plan 9 2014-02-13 20:06:41 +01:00
race.bash race.bash, race.bat: build a race enabled cmd/cgo before trying to use it 2013-09-29 10:34:41 +10:00
race.bat race.bat: set exit status 2013-12-17 15:09:42 +04:00
run.bash cgo: enable cgo on dragonfly 2013-09-04 15:19:21 -07:00
run.bat runtime/race: add end-to-end test on windows 2013-08-15 12:13:00 +10:00
run.rc build: fix typos in run.rc 2014-01-28 06:17:38 +01:00
sudo.bash