RESOLVED FIXED152893
[JSC] Use std::call_once instead of pthread_once when initializing LLVM.
https://bugs.webkit.org/show_bug.cgi?id=152893
Summary [JSC] Use std::call_once instead of pthread_once when initializing LLVM.
peavo
Reported 2016-01-08 06:38:27 PST
Use std::call_once since pthreads is not present on all platforms.
Attachments
Patch (1.53 KB, patch)
2016-01-08 06:42 PST, peavo
mark.lam: review+
peavo
Comment 1 2016-01-08 06:42:54 PST
Mark Lam
Comment 2 2016-01-08 07:58:43 PST
Comment on attachment 268544 [details] Patch r=me
peavo
Comment 3 2016-01-08 09:57:37 PST
(In reply to comment #2) > Comment on attachment 268544 [details] > Patch > > r=me Thanks for reviewing :)
peavo
Comment 4 2016-01-08 10:22:48 PST
Note You need to log in before you can comment on or make changes to this bug.