Bug 139166 - Remove GetMyScope node from DFG
Summary: Remove GetMyScope node from DFG
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 312.x
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 136724
  Show dependency treegraph
 
Reported: 2014-12-01 17:36 PST by Michael Saboff
Modified: 2014-12-01 20:08 PST (History)
0 users

See Also:


Attachments
Patch (8.87 KB, patch)
2014-12-01 17:43 PST, Michael Saboff
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2014-12-01 17:36:09 PST
This node is no longer needed given that we are allocating a Scope register.
Comment 1 Michael Saboff 2014-12-01 17:43:18 PST
Created attachment 242371 [details]
Patch
Comment 2 Michael Saboff 2014-12-01 20:08:56 PST
Committed r176625: <http://trac.webkit.org/changeset/176625>