[Webkit-unassigned] [Bug 146448] JavaScriptCore performance is very bad on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jul 15 10:45:15 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146448
--- Comment #23 from Mark Lam <mark.lam at apple.com> ---
Comment on attachment 256835
--> https://bugs.webkit.org/attachment.cgi?id=256835
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=256835&action=review
> Source/JavaScriptCore/runtime/JSLock.h:84
> +class ThreadId {
My first instinct is to question whether we should be creating a new abstraction here. We already have a WTF::ThreadIdentifier in WTF/wtf/Threading.h. Can we use that instead? Iâll look closer.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150715/95bf2b2e/attachment.html>
More information about the webkit-unassigned
mailing list