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 4de988f commit 3e40e33Copy full SHA for 3e40e33
src/runtime/mbitmap.go
@@ -1261,7 +1261,7 @@ func isMarkedOrNotInHeap(p unsafe.Pointer) bool {
1261
// In this case, it is either a pointer to a stack object or a global resource.
1262
// Treat it as reachable in memory by default, to be safe.
1263
//
1264
- // (vsaioc) TODO: we could possibly be more precise by only checking against the stacks
+ // TODO(vsaioc): we could be more precise by checking against the stacks
1265
// of runnable goroutines. I don't think this is necessary, based on what we've seen, but
1266
// let's keep the option open in case the runtime evolves.
1267
// This will (naively) lead to quadratic blow-up for goroutine leak detection,
0 commit comments