[Webkit-unassigned] [Bug 146448] JavaScriptCore performance is very bad on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 20 03:12:06 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=146448

--- Comment #41 from peavo at outlook.com ---
(In reply to comment #40)
> Committed r187020: <http://trac.webkit.org/changeset/187020>

This commit have broken the builds:

webcore\bindings\js\JSDOMWindowBase.cpp(206): error C2664: 'void JSC::VM::setExclusiveThread(std::thread::id)' : cannot convert argument 1 from 'WTF::ThreadIdentifier' to 'std::thread::id' (..\bindings\js\JSBindingsAllInOne.cpp) [C:\cygwin\home\buildbot\slave\win-debug\build\Source\WebCore\WebCore.vcxproj\WebCore.vcxproj]
          No constructor could take the source type, or constructor overload resolution was ambiguous

But as far as I can see from VM.h, setExclusiveThread has the signature void setExclusiveThread(ThreadIdentifier threadId).
I don't quite understand this ...

-- 
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/20150720/b7e99ae2/attachment.html>


More information about the webkit-unassigned mailing list