• Cherry Zhang's avatar
    cmd/compile: remove some write barriers for stack writes · 68331750
    Cherry Zhang authored
    This, along with CL 30140, removes ~50% of stack write barriers
    mentioned in issue #17330. The remaining are most due to Phi and
    FwdRef, which is not resolved when building SSA. We might be
    able to do it at a later stage where Phi and Copy propagations
    are done, but matching an if-(store-store-call)+ sequence seems
    not very pleasant.
    
    Updates #17330.
    
    Change-Id: Iaa36c7b1f4c4fc3dc10a27018a3b0e261094cb21
    Reviewed-on: https://go-review.googlesource.com/30290
    Run-TryBot: Cherry Zhang <cherryyz@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarDavid Chase <drchase@google.com>
    68331750
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm 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...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...