Gopher Robot submitted the change![Open in Gerrit]()
Change information
Commit message:
cmd/compile: don't call memclrNoHeapPointersPreemptible from nosplit functions
That function will allow preemption, which could subsequently allow
for a stack copy (from shrinking). We can't let that happen inside
a nosplit function.
Update #78081
Change-Id: I12e77b50bbdcdd1e08e505a863b13cd9e1f814ee
Files:
- M src/cmd/compile/internal/walk/assign.go
- M src/cmd/compile/internal/walk/range.go
Change size: XS
Delta: 2 files changed, 4 insertions(+), 0 deletions(-)
Branch: refs/heads/master
Submit Requirements:
Code-Review: +2 by Cherry Mui, +1 by Keith Randall
TryBots-Pass: LUCI-TryBot-Result+1 by Go LUCI
Open in Gerrit
Gerrit-MessageType: merged
Gerrit-Project: go
Gerrit-Branch: master
Gerrit-Change-Id: I12e77b50bbdcdd1e08e505a863b13cd9e1f814ee
Gerrit-Change-Number: 756123
Gerrit-PatchSet: 3