Bug 204215
Summary: | Use PolymorphicAccess for DFG array profiling too | ||
---|---|---|---|
Product: | WebKit | Reporter: | Saam Barati <saam> |
Component: | JavaScriptCore | Assignee: | 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 |
Saam Barati
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |