Description[turbofan] Eliminate unused effectful nodes during representation selection.
We can actually eliminate certain effectful operations like loads and
speculative number operations during representation selection if we
discover that their value outputs are unused (we also propagate this
information through pure operations as well, so that we remove the
maximum number of effectful nodes possible).
R=jarin@chromium.org
Committed: https://crrev.com/2744fcbb6cbb5e038601505e7ecdf09ba447d3fe
Cr-Commit-Position: refs/heads/master@{#37928}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Add comment. #Patch Set 3 : Fix VisitUnused for JS operators. #
Messages
Total messages: 16 (8 generated)
|