Bug 127205 - CStack Branch: VM::currentReturnThunkPC appears to be unused and should be removed
Summary: CStack Branch: VM::currentReturnThunkPC appears to be unused and should be re...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on: 127201
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-17 16:44 PST by Michael Saboff
Modified: 2014-02-13 10:40 PST (History)
0 users

See Also:


Attachments
Patch (2.61 KB, patch)
2014-02-13 10:31 PST, Michael Saboff
ggaren: 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-01-17 16:44:03 PST
I cannot find where it is ever set.  Code in ThunkGenerators.cpp looks like it is expected to be used, but that was disabled with a FIXME in <https://bugs.webkit.org/show_bug.cgi?id=127201>
Comment 1 Michael Saboff 2014-02-13 10:31:11 PST
Created attachment 224086 [details]
Patch
Comment 2 Geoffrey Garen 2014-02-13 10:34:27 PST
Comment on attachment 224086 [details]
Patch

r=me
Comment 3 Michael Saboff 2014-02-13 10:40:12 PST
Committed r164039: <http://trac.webkit.org/changeset/164039>