Bug 175689
Summary: | Have a KnownObjectUse UseKind | ||
---|---|---|---|
Product: | WebKit | Reporter: | Robin Morisset <rmorisset> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Enhancement | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Robin Morisset
Currently we have CellUse, KnownCellUse and ObjectUse. So when we know for sure that we receive an object (such as the current scope), we must choose between KnownCellUse and ObjectUse, neither of which is perfectly adapted.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |