Summary: | Remove AbstractInterpreter::executeEdges(unsigned), it is no longer used anywhere | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Benjamin Poulain <benjamin> | ||||
Component: | New Bugs | Assignee: | Benjamin Poulain <benjamin> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | commit-queue, keith_miller, mark.lam, msaboff, saam | ||||
Priority: | P2 | ||||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Attachments: |
|
Description
Benjamin Poulain
2016-08-09 14:13:17 PDT
Created attachment 285674 [details]
Patch
Comment on attachment 285674 [details]
Patch
r=me
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);". Committed r204351: <http://trac.webkit.org/changeset/204351> |