Bug 106201
Summary: | DFG should constant fold CheckExecutable if the JSFunction is known | ||
---|---|---|---|
Product: | WebKit | Reporter: | Filip Pizlo <fpizlo> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 106067 | ||
Bug Blocks: |
Filip Pizlo
This is a fairly silly omission. On the other hand, we currently don't have evidence that this would be profitable - after all, if we did know the JSFunction, then we wouldn't have done a closure inline to begin with.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |