[webkit-reviews] review granted: [Bug 186017] [WTF] RandomDevice should be initialized inside std::call_once : [Attachment 343674] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 28 14:41:33 PDT 2018


Darin Adler <darin at apple.com> has granted Yusuke Suzuki
<utatane.tea at gmail.com>'s request for review:
Bug 186017: [WTF] RandomDevice should be initialized inside std::call_once
https://bugs.webkit.org/show_bug.cgi?id=186017

Attachment 343674: Patch

https://bugs.webkit.org/attachment.cgi?id=343674&action=review




--- Comment #6 from Darin Adler <darin at apple.com> ---
Comment on attachment 343674
  --> https://bugs.webkit.org/attachment.cgi?id=343674
Patch

Since I expect this to come up repeatedly I wonder if there is a cleaner idiom
for this. If some way we find we can afford to pay the locking cost on Appleā€™s
platforms it would be nice to be able to quickly remove all of this code.


More information about the webkit-reviews mailing list