diff options
| author | Austin Clements <austin@google.com> | 2020-04-17 17:14:33 -0400 |
|---|---|---|
| committer | Austin Clements <austin@google.com> | 2020-04-29 21:29:16 +0000 |
| commit | a6deafaf9e6262e1a9fa390e2cc0b6df1977828c (patch) | |
| tree | a8bf8c92ab9256c7528c9b1336889d5d458e43bb /src/cmd/internal/objabi | |
| parent | 2bad2f7ebaaf9c7112b98bfa48ed8213ef1e5d90 (diff) | |
| download | go-a6deafaf9e6262e1a9fa390e2cc0b6df1977828c.tar.xz | |
cmd/compile: rename issafepoint -> hasStackMap
Currently, this function conflates two (easily conflated!) concepts:
whether a Value is a safe-point and whether it has a stack map. In
particular, call Values may not be a safe-point, but may need a stack
map anyway in case the called function grows the stack.
Hence, rename this function to "hasStackMap", since that's really what
it represents.
For #36365.
Change-Id: I89839de0be8db3be3f0d3a7fb5fcf0b0b6ebc98a
Reviewed-on: https://go-review.googlesource.com/c/go/+/230540
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
Diffstat (limited to 'src/cmd/internal/objabi')
0 files changed, 0 insertions, 0 deletions
