• Austin Clements's avatar
    runtime: allow write barriers in startpanic_m · 070cc8eb
    Austin Clements authored
    We're about to start tracking nowritebarrierrec through systemstack
    calls, which will reveal write barriers in startpanic_m prohibited by
    various callers.
    
    We actually can allow write barriers here because the write barrier is
    a no-op when we're panicking. Let the compiler know.
    
    Updates #22384.
    For #22460.
    
    Change-Id: Ifb3a38d3dd9a4125c278c3680f8648f987a5b0b8
    Reviewed-on: https://go-review.googlesource.com/72770
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarRick Hudson <rlh@golang.org>
    070cc8eb
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...