A thread-checking toolkit for Firefox
Posted in Uncategorized on March 24th, 2011 1 Comment »
Back in January I blogged about using Helgrind to check for threading errors in Firefox’s JS engine. That effort was the first step towards a bigger goal, namely to find and remove all unintended data races in the browser proper. I have been wanting to get a point where our C++ developers can routinely use [...]