Bug 150832 - Rename InlineCallFrame:: getCallerSkippingDeadFrames to something more descriptive
Summary: Rename InlineCallFrame:: getCallerSkippingDeadFrames to something more descri...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-02 21:33 PST by Michael Saboff
Modified: 2015-11-03 12:02 PST (History)
1 user (show)

See Also:


Attachments
Patch (12.29 KB, patch)
2015-11-03 11:12 PST, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2015-11-02 21:33:30 PST
InlineCallFrame::getCallerSkippingDeadFrames() really skips over tail calling frames.  It should be renamed to something like getCallerSkippingTailCallers().
Comment 1 Michael Saboff 2015-11-03 11:12:18 PST
Created attachment 264701 [details]
Patch
Comment 2 Geoffrey Garen 2015-11-03 11:13:47 PST
Comment on attachment 264701 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-11-03 12:02:55 PST
Comment on attachment 264701 [details]
Patch

Clearing flags on attachment: 264701

Committed r191965: <http://trac.webkit.org/changeset/191965>
Comment 4 WebKit Commit Bot 2015-11-03 12:02:58 PST
All reviewed patches have been landed.  Closing bug.