Bug 230189

Summary: [JSC][32bit] Make DFG::compileEnumeratorGetByVal fast again
Product: WebKit Reporter: Xan Lopez <xan.lopez>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: webkit-bug-importer, xan.lopez
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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 ***