Bug 255661 - [JSC] Skip ProxyObject's ICs trap result validation in the common case
Summary: [JSC] Skip ProxyObject's ICs trap result validation in the common case
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on: 256050
Blocks: 256213
  Show dependency treegraph
 
Reported: 2023-04-19 10:11 PDT by Alexey Shvayka
Modified: 2023-05-02 10:13 PDT (History)
2 users (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-19 10:11:36 PDT
For most ProxyObject's targets this avoids costly validation logic and JS => C++ calls in the IC.
Comment 1 Radar WebKit Bug Importer 2023-04-19 11:01:13 PDT
<rdar://problem/108269769>
Comment 2 Alexey Shvayka 2023-04-19 11:03:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12919
Comment 3 EWS 2023-04-26 20:07:00 PDT
Committed 263443@main (18d9fef12db3): <https://commits.webkit.org/263443@main>

Reviewed commits have been landed. Closing PR #12919 and removing active labels.
Comment 4 WebKit Commit Bot 2023-04-27 11:11:14 PDT
Re-opened since this is blocked by bug 256050
Comment 5 Alexey Shvayka 2023-05-01 20:37:08 PDT
Pull request: https://github.com/WebKit/WebKit/pull/13349
Comment 6 EWS 2023-05-01 23:14:46 PDT
Committed 263571@main (052608b03fab): <https://commits.webkit.org/263571@main>

Reviewed commits have been landed. Closing PR #13349 and removing active labels.