[webkit-reviews] review granted: [Bug 37195] JSC's currentThreadStackBase is not reentrant on some platforms : [Attachment 54401] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 27 12:16:32 PDT 2010


Darin Adler <darin at apple.com> has granted Simon Hausmann
<hausmann at webkit.org>'s request for review:
Bug 37195: JSC's currentThreadStackBase is not reentrant on some platforms
https://bugs.webkit.org/show_bug.cgi?id=37195

Attachment 54401: Patch
https://bugs.webkit.org/attachment.cgi?id=54401&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
Looks OK. Seems to me it would be fine to repeat the single line three times:

    AtomicallyInitializedStatic(Mutex&, mutex = *new Mutex);

Rather than having a function for it, though.


More information about the webkit-reviews mailing list