On 02/23/16 11:04, Aaron Conole wrote:
Before I start cooking up this change, is it possible I need to worry about gcov_error being invoked from multiple threads? If so, I'll need some kind of mutex which I think is not needed with the current design.
As I recall the main entry points to the gcov machinery (__gcov_dump etc) have a lock already. So I think you're ok.
nathan