Bug 127205

Summary: CStack Branch: VM::currentReturnThunkPC appears to be unused and should be removed
Product: WebKit Reporter: Michael Saboff <msaboff>
Component: JavaScriptCoreAssignee: Michael Saboff <msaboff>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 127201    
Bug Blocks:    
Attachments:
Description Flags
Patch ggaren: review+

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>