Bug 112287 - DFG bytecode parser is too aggressive about getting rid of GetLocals on captured variables
Summary: DFG bytecode parser is too aggressive about getting rid of GetLocals on captu...
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: InRadar
Depends on:
Blocks:
 
Reported: 2013-03-13 13:41 PDT by Filip Pizlo
Modified: 2013-03-14 10:42 PDT (History)
7 users (show)

See Also:


Attachments
the patch (9.11 KB, patch)
2013-03-13 19:34 PDT, Filip Pizlo
oliver: 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-03-13 13:41:04 PDT
In fact, the bytecode parser shouldn't get rid of GetLocals on captured variables at all.

<rdar://problem/13342340>
Comment 1 Filip Pizlo 2013-03-13 19:34:24 PDT
Created attachment 193039 [details]
the patch
Comment 2 Filip Pizlo 2013-03-14 10:42:48 PDT
Landed in http://trac.webkit.org/changeset/145828