RESOLVED FIXED242631
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
Darin Adler
Comment 1 2022-07-11 23:23:48 PDT
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
Note You need to log in before you can comment on or make changes to this bug.