Description[turbofan] Add support for pushing returns into merges.
This will enable tail call optimization even across inlining. Plus it
might enable some other interesting optimizations as well. In order to
avoid blowing up the generated code, we can still canonicalize the
epilogue in the CodeGenerator, similar to what fullcodegen does.
R=jarin@chromium.org
Committed: https://crrev.com/7337021e54d8a15183c2d4247b2ed83d9b5120ef
Cr-Commit-Position: refs/heads/master@{#29311}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use NodeProperties::GetControlInput. #
Messages
Total messages: 10 (2 generated)
|