Descriptioncmd/gc: racewalk: fix a bunch of minor issues
1. Prepend racefuncenter() to fn->enter -- fn->enter can contain new() calls,
and we want them to be in the scope of the function.
2. Dump fn->enter and fn->exit.
3. Add TODO that OTYPESW expression can contain interesting memory accesses.
4. Ignore only _ names instead of all names starting with _.
Patch Set 1 #Patch Set 2 : diff -r d2f3c74b9998 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r d2f3c74b9998 https://go.googlecode.com/hg/ #Patch Set 4 : diff -r d2f3c74b9998 https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 8ddb4ef42650 https://dvyukov%40google.com@code.google.com/p/go/ #Patch Set 6 : diff -r 8ddb4ef42650 https://dvyukov%40google.com@code.google.com/p/go/ #MessagesTotal messages: 3
|