Bug 137357 - Don't allocate stack slots for captured variables
Summary: Don't allocate stack slots for captured variables
Status: RESOLVED DUPLICATE of bug 141174
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 136869
Blocks:
  Show dependency treegraph
 
Reported: 2014-10-02 13:38 PDT by Oliver Hunt
Modified: 2015-03-26 20:38 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2014-10-02 13:38:17 PDT
Now we access captured variables through the environment record we should not be allocating space for them on the stack
Comment 1 Filip Pizlo 2015-03-26 20:38:22 PDT

*** This bug has been marked as a duplicate of bug 141174 ***