Bug 105938 - DFG inliner should not use the callee's bytecode variable for resolving references to the callee in inlined code
Summary: DFG inliner should not use the callee's bytecode variable for resolving refer...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-02 12:58 PST by Filip Pizlo
Modified: 2013-01-02 13:29 PST (History)
7 users (show)

See Also:


Attachments
the patch (8.01 KB, patch)
2013-01-02 12:59 PST, Filip Pizlo
mhahnenberg: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2013-01-02 12:58:06 PST
This makes no sense since the callee is a constant at this point.
Comment 1 Filip Pizlo 2013-01-02 12:59:56 PST
Created attachment 181051 [details]
the patch
Comment 2 Mark Hahnenberg 2013-01-02 13:06:44 PST
Comment on attachment 181051 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-01-02 13:29:59 PST
Landed in http://trac.webkit.org/changeset/138641