[Webkit-unassigned] [Bug 146448] JavaScriptCore performance is very bad on Windows
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 17 05:21:06 PDT 2015
https://bugs.webkit.org/show_bug.cgi?id=146448
--- Comment #35 from peavo at outlook.com ---
Created attachment 256968
--> https://bugs.webkit.org/attachment.cgi?id=256968&action=review
Screenshot of profiling.
This attachment shows a summary of the profiling of the sprite benchmark with Visual Studio. The _Thrd_current function is called by std::this_thread::get_id(), which is called via JSLock::lock(). The VirtualQuery function is called via VM::updateStackLimit. These are the two issues addressed in this patch.
--
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/20150717/06d0adb1/attachment.html>
More information about the webkit-unassigned
mailing list