WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
242631
Optimize some array operations by bypassing Identifier creation/destruction
https://bugs.webkit.org/show_bug.cgi?id=242631
Summary
Optimize some array operations by bypassing Identifier creation/destruction
Darin Adler
Reported
2022-07-11 23:18:35 PDT
Some array operations are unnecessarily converting array indices into identifiers. Apparently at some point someone refactored to handle 64-bit integers, and moved the conversion to Identifier too soon.
Attachments
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2022-07-11 23:23:48 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/2321
EWS
Comment 2
2022-07-12 07:36:31 PDT
Committed
252380@main
(0e5b5facb644): <
https://commits.webkit.org/252380@main
> Reviewed commits have been landed. Closing PR #2321 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2022-07-12 07:37:18 PDT
<
rdar://problem/96884719
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug