Bug 255465 - [JSC] Add IndexedProxyObjectLoad IC to optimize "get" trap for indexed properties
Summary: [JSC] Add IndexedProxyObjectLoad IC to optimize "get" trap for indexed proper...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-14 12:30 PDT by Alexey Shvayka
Modified: 2023-04-14 12:35 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Shvayka 2023-04-14 12:30:42 PDT
Just like we already have for non-indexed properties.
Comment 1 Radar WebKit Bug Importer 2023-04-14 12:31:04 PDT
<rdar://problem/108061093>
Comment 2 Alexey Shvayka 2023-04-14 12:35:48 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12753