Bug 95658 - Refactored scope chain opcodes to support optimization for named function expressions
Summary: Refactored scope chain opcodes to support optimization for named function exp...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-02 13:38 PDT by Geoffrey Garen
Modified: 2012-09-03 03:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch (21.35 KB, patch)
2012-09-02 14:01 PDT, Geoffrey Garen
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Geoffrey Garen 2012-09-02 13:38:15 PDT
Refactored scope chain opcodes to support optimization for named function expressions
Comment 1 Geoffrey Garen 2012-09-02 14:01:01 PDT
Created attachment 161848 [details]
Patch
Comment 2 Geoffrey Garen 2012-09-02 14:26:50 PDT
Committed r127393: <http://trac.webkit.org/changeset/127393>
Comment 3 Geoffrey Garen 2012-09-02 16:45:20 PDT
Follow-up fix for Linux bots: <http://trac.webkit.org/changeset/127394>.
Comment 4 Patrick R. Gansterer 2012-09-03 03:08:17 PDT
Build fix for ENABLE(CLASSIC_INTERPRETER): <http://trac.webkit.org/changeset/127408>