RESOLVED FIXED 147200
Introduce release assert for using threads before threading is initialized
https://bugs.webkit.org/show_bug.cgi?id=147200
Summary Introduce release assert for using threads before threading is initialized
Filip Pizlo
Reported 2015-07-22 13:20:57 PDT
Previously there was a debug assert in ThreadIdentifierData::identifier() that would catch this, but we can also have a release assert in initialize(), which is called much less frequently.
Attachments
the patch (1.48 KB, patch)
2015-07-22 13:24 PDT, Filip Pizlo
msaboff: review+
Filip Pizlo
Comment 1 2015-07-22 13:24:35 PDT
Created attachment 257289 [details] the patch
Michael Saboff
Comment 2 2015-07-22 13:41:59 PDT
Comment on attachment 257289 [details] the patch r=me
Filip Pizlo
Comment 3 2015-07-22 13:50:57 PDT
Note You need to log in before you can comment on or make changes to this bug.