Description[turbofan] Don't try to inling dead nodes.
The JSInliningHeuristic keeps a list of nodes, which might have been
killed by other reducers before the JSInliningHeuristic looks at it
again, so it has to check whether nodes are dead before trying to
expand them later (this is similar to what the ValueNumberingReducer
needs to do with its internal table).
R=mstarzinger@chromium.org
Committed: https://crrev.com/1c44aa0e8dddf95448f7f52b78cc06f7a26c8986
Cr-Commit-Position: refs/heads/master@{#32652}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 9 (2 generated)
|