Descriptionruntime: fix CPU profiling on Windows
The test 'gp == m->curg' is not valid on Windows,
because the goroutine being profiled is not from the
current m.
Patch Set 1 #Patch Set 2 : diff -r 68c78b2f4018 https://code.google.com/p/go/ #Patch Set 3 : diff -r 68c78b2f4018 https://code.google.com/p/go/ #MessagesTotal messages: 3
|