Description[turbofan] Implement simplistic checkpoint reducer.
This adds a very simplistic reduction of {CheckPoint} nodes via the new
{CheckpointElimination}, eliminating redundant check points that appear
in an effect chain of operations that are all {kNoWrite}. Such a chain
allows an arbitrary check point to be chosen. The current approach will
end up choosing the first one for all deopts in the chain.
R=bmeurer@chromium.org
TEST=unittests/CheckpointEliminationTest.CheckPointChain
BUG=v8:5021
Committed: https://crrev.com/7ecf1a059b4f264a3521bd4e16828248ece0606f
Cr-Commit-Position: refs/heads/master@{#36634}
Patch Set 1 #Patch Set 2 : Move into separate reducer. #
Total comments: 2
Patch Set 3 : Addressed comments. #
Dependent Patchsets: Messages
Total messages: 12 (5 generated)
|