WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 106200
DFG should track the Executable of JSFunction values, in order to eliminate redundant CheckExecutable's
https://bugs.webkit.org/show_bug.cgi?id=106200
Summary
DFG should track the Executable of JSFunction values, in order to eliminate r...
Filip Pizlo
Reported
2013-01-06 18:04:07 PST
The CSE already sort of does this, but only covers block-local CheckExecutable redundancy. We could do this either by having AbstractValue track Executable's, or by having a dedicated phase for simplifying closure calls.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug