Bug 230189 - [JSC][32bit] Make DFG::compileEnumeratorGetByVal fast again
Summary: [JSC][32bit] Make DFG::compileEnumeratorGetByVal fast again
Status: RESOLVED DUPLICATE of bug 232052
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-09-11 04:10 PDT by Xan Lopez
Modified: 2021-10-23 12:20 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 Xan Lopez 2021-09-11 04:10:42 PDT
We reverted to the slow path after https://commits.webkit.org/r280760. Should be able to do what the 64bit version does again if we are able to add more registers to ARMv7 (at least) or use fewer registers to do the same (or approximate) thing.
Comment 1 Radar WebKit Bug Importer 2021-09-18 04:11:13 PDT
<rdar://problem/83269554>
Comment 2 Xan Lopez 2021-10-23 12:20:49 PDT

*** This bug has been marked as a duplicate of bug 232052 ***