Bug 95658

Summary: Refactored scope chain opcodes to support optimization for named function expressions
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: paroga
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

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>