[Webkit-unassigned] [Bug 190047] New: [JSC] Optimize Object.keys by caching own keys results in StructureRareData
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Sep 27 11:12:19 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=190047
Bug ID: 190047
Summary: [JSC] Optimize Object.keys by caching own keys results
in StructureRareData
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: yusukesuzuki at slowstart.org
Let's cache the own keys in StructureRareData and reuse it to optimize Object.keys.
We will put JSImmutableButterfly in StructureRareData. And Object.keys will generate JSArray wrapping it!
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180927/ea3d667c/attachment.html>
More information about the webkit-unassigned
mailing list