Bug 109663
Summary: | DFG::AbstractValue::filter() should be optimized for the common case of a non-object, non-constant abstract value | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Filip Pizlo <fpizlo> |
Status: | NEW | ||
Severity: | Normal | CC: | barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Filip Pizlo
If m_type already doesn't contains SpecCell then we don't have to do all of the crazy.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |