Descriptioncmd/gc, runtime: correct a misnomer regarding dead value maps
The funcdata symbol incorrectly named the dead value map the
dead pointer map. The dead value map identifies all dead
values, including pointers and non-pointers, in a stack frame.
The purpose of this map is to allow the runtime to poison
locations of dead data to catch lost invariants.
Patch Set 1 #Patch Set 2 : diff -r 5298d82f682f https://code.google.com/p/go/ #Patch Set 3 : diff -r 5298d82f682f https://code.google.com/p/go/ #Patch Set 4 : diff -r 5298d82f682f https://code.google.com/p/go/ #Patch Set 5 : diff -r 5298d82f682f https://code.google.com/p/go/ #Patch Set 6 : diff -r 3dbc26e90c59 https://code.google.com/p/go/ #
MessagesTotal messages: 3
|