Bug 160708 - Remove AbstractInterpreter::executeEdges(unsigned), it is no longer used anywhere
Summary: Remove AbstractInterpreter::executeEdges(unsigned), it is no longer used anyw...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-09 14:13 PDT by Benjamin Poulain
Modified: 2016-08-10 14:16 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.32 KB, patch)
2016-08-09 14:13 PDT, Benjamin Poulain
mark.lam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-08-09 14:13:17 PDT
Remove AbstractInterpreter::executeEdges(unsigned), it is no longer used anywhere
Comment 1 Benjamin Poulain 2016-08-09 14:13:33 PDT
Created attachment 285674 [details]
Patch
Comment 2 Mark Lam 2016-08-09 14:15:22 PDT
Comment on attachment 285674 [details]
Patch

r=me
Comment 3 Mark Lam 2016-08-09 14:17:38 PDT
Comment on attachment 285674 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=285674&action=review

> Source/JavaScriptCore/dfg/DFGAbstractInterpreter.h:-98
> -    void executeEdges(unsigned indexInBlock);

Please update / remove the comment above this as well that says "// state.executeEdges(index);".
Comment 4 Benjamin Poulain 2016-08-10 14:16:46 PDT
Committed r204351: <http://trac.webkit.org/changeset/204351>