Descriptionruntime: fix scanning of gc work buffer
GC types were not being generated for the garbage collector
work buffer. The markfor object was being collected as a result.
This broke amd64p32 and maybe plan9 builds. Why it didn't break
every build I'm not sure...
Fixes issue 8812
Patch Set 1 #Patch Set 2 : diff -r 38cd9f03739fe6cf029acf00a3d178c696c4399f https://khr%40golang.org@code.google.com/p/go/ #Patch Set 3 : diff -r 38cd9f03739fe6cf029acf00a3d178c696c4399f https://khr%40golang.org@code.google.com/p/go/ #Patch Set 4 : diff -r 38cd9f03739fe6cf029acf00a3d178c696c4399f https://khr%40golang.org@code.google.com/p/go/ #Patch Set 5 : diff -r cdc5a577da4ef89e10985472cefdf41e21313dd5 https://khr%40golang.org@code.google.com/p/go/ #Patch Set 6 : diff -r cdc5a577da4ef89e10985472cefdf41e21313dd5 https://khr%40golang.org@code.google.com/p/go/ #MessagesTotal messages: 10
|