DescriptionX87: [crankshaft] Fixing ES6 tail call elimination.
port acbb968dedd2b02b5447215a579cf4cdc99bc69a (r34920)
original commit message:
In case when F inlined normal call to G which tail calls H we should not write translation for G for the tail call site.
Otherwise we will see G in a stack trace inside H.
This CL also enables all existing tests related to ES6 tail call elimination and adds more combinations.
BUG=
Committed: https://crrev.com/9640015ec4820577077b8b8fa520817cd46445c6
Cr-Commit-Position: refs/heads/master@{#34972}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|