Skip to content

Commit

Permalink
cmd/compile,runtime: remove ambiguously live logic
Browse files Browse the repository at this point in the history
The previous CL introduced stack objects. This CL removes the old
ambiguously live liveness analysis. After this CL we're relying
on stack objects exclusively.

Update a bunch of liveness tests to reflect the new world.

Fixes #22350

Change-Id: I739b26e015882231011ce6bc1a7f426049e59f31
Reviewed-on: https://go-review.googlesource.com/c/134156
Reviewed-by: Austin Clements <austin@google.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
  • Loading branch information
randall77 committed Oct 3, 2018
1 parent cbafcc5 commit 9a8372f
Show file tree
Hide file tree
Showing 16 changed files with 375 additions and 334 deletions.
4 changes: 2 additions & 2 deletions src/cmd/compile/internal/gc/op_string.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9a8372f

Please sign in to comment.