• Austin Clements's avatar
    cmd/compile: ignore g register in liveness analysis · 13290098
    Austin Clements authored
    In rare circumstances that we don't yet fully understand, the g
    register can be spilled to the stack and then reloaded. If this
    happens, liveness analysis sees a pointer load into a
    non-general-purpose register and panics.
    
    We should fix the root cause of this, but fix the build for now by
    ignoring pointer loads into the g register.
    
    For #25504.
    
    Change-Id: I0dfee1af9750c8e9157c7637280cdf07118ef2ca
    Reviewed-on: https://go-review.googlesource.com/114081
    Run-TryBot: Austin Clements <austin@google.com>
    Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    13290098
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...