We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e4b659 commit 64e5333Copy full SHA for 64e5333
src/runtime/mbarrier.go
@@ -83,7 +83,8 @@ import "unsafe"
83
// into to the stack. Don't do it! Mark termination only re-scans
84
// frames that have potentially been active since the concurrent scan,
85
// so it depends on write barriers to track changes to pointers in
86
-// stack frames that have not been active. go:nowritebarrier
+// stack frames that have not been active.
87
+//go:nowritebarrier
88
func gcmarkwb_m(slot *uintptr, ptr uintptr) {
89
if writeBarrierEnabled {
90
if ptr != 0 && inheap(ptr) {
0 commit comments