• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...