[Webkit-unassigned] [Bug 158619] New: [JSC] Inline JSC::toInt32 to improve kraken
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jun 10 10:00:33 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=158619
Bug ID: 158619
Summary: [JSC] Inline JSC::toInt32 to improve kraken
Classification: Unclassified
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: utatane.tea at gmail.com
Linux perf tool analysis on several kraken benchmarks shows that JSC::toInt32 is frequently called.
But, the function JSC::toInt32 itself is small one. It's worth inlining.
--
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/20160610/ffee935a/attachment.html>
More information about the webkit-unassigned
mailing list