Bug 204215

Summary: Use PolymorphicAccess for DFG array profiling too
Product: WebKit Reporter: Saam Barati <saam>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: benjamin, fpizlo, ggaren, gskachkov, guijemont, keith_miller, mark.lam, msaboff, rmorisset, ticaiolima, tzagallo, ysuzuki
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Saam Barati 2019-11-14 18:28:26 PST
We have precise information about the type of indexed loads we're doing. We could make it part of GetByStatus and use it in the compiler. It's probably more complete information than ArrayProfile when we have it.