Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(965)

Issue 1698273003: [es6] [interpreter] Add tail calls support to Ignition. (Closed)

Created:
4 years, 10 months ago by Igor Sheludko
Modified:
4 years, 10 months ago
CC:
v8-reviews_googlegroups.com, mythria
Base URL:
https://chromium.googlesource.com/v8/v8.git@tco-turbo-2
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[es6] [interpreter] Add tail calls support to Ignition. This CL introduces two new bytecodes TailCall and TailCallWide. BUG=v8:4698, v8:4687 LOG=N Committed: https://crrev.com/32b4bc138252d9773cc90b2d4aae78d98844bba1 Cr-Commit-Position: refs/heads/master@{#34083}

Patch Set 1 : #

Patch Set 2 : mjsunit.status updated #

Patch Set 3 : Decreased number of iterations to fix timeouts #

Total comments: 4

Patch Set 4 : Addressing comments #

Patch Set 5 : Rebasing #

Patch Set 6 : Fixed Bytecodes::IsCallOrNew() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+250 lines, -84 lines) Patch
M src/arm/builtins-arm.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M src/builtins.h View 1 2 3 4 3 chunks +11 lines, -1 line 0 comments Download
M src/builtins.cc View 1 2 3 4 1 chunk +10 lines, -0 lines 0 comments Download
M src/code-factory.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/code-factory.cc View 1 2 3 4 1 chunk +5 lines, -3 lines 0 comments Download
M src/compiler/bytecode-graph-builder.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 4 2 chunks +13 lines, -6 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 3 4 2 chunks +10 lines, -2 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 4 3 chunks +22 lines, -5 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/bytecodes.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 2 3 4 5 1 chunk +3 lines, -2 lines 0 comments Download
M src/interpreter/interpreter.h View 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 4 5 chunks +24 lines, -6 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 2 3 4 1 chunk +4 lines, -2 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 2 3 4 3 chunks +15 lines, -2 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 2 3 4 3 chunks +16 lines, -3 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 4 6 chunks +8 lines, -6 lines 0 comments Download
M test/mjsunit/es6/tail-call-simple.js View 1 2 5 chunks +14 lines, -14 lines 0 comments Download
M test/mjsunit/mjsunit.status View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.cc View 1 chunk +21 lines, -15 lines 0 comments Download

Messages

Total messages: 42 (23 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/60001
4 years, 10 months ago (2016-02-16 11:23:18 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm_rel/builds/13810)
4 years, 10 months ago (2016-02-16 11:48:47 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/80001
4 years, 10 months ago (2016-02-16 12:13:33 UTC) #10
Igor Sheludko
Ross, PTAL Benedikt, FYI
4 years, 10 months ago (2016-02-16 12:40:37 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux_arm64_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_arm64_rel/builds/15388)
4 years, 10 months ago (2016-02-16 13:03:02 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/100001
4 years, 10 months ago (2016-02-16 14:17:08 UTC) #17
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-16 14:40:21 UTC) #19
rmcilroy
Nice, LGTM, thanks! Could you please make sure to coordinate with Mythri on her CL ...
4 years, 10 months ago (2016-02-16 17:16:58 UTC) #20
Igor Sheludko
Addressed comments, going to land. https://codereview.chromium.org/1698273003/diff/100001/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (right): https://codereview.chromium.org/1698273003/diff/100001/src/interpreter/bytecode-array-builder.cc#newcode1093 src/interpreter/bytecode-array-builder.cc:1093: : Bytecode::kCall; On 2016/02/16 ...
4 years, 10 months ago (2016-02-17 14:07:08 UTC) #21
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/120001
4 years, 10 months ago (2016-02-17 14:07:26 UTC) #23
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/13822) v8_linux64_avx2_rel on ...
4 years, 10 months ago (2016-02-17 14:08:19 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/160001
4 years, 10 months ago (2016-02-17 14:22:47 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-17 14:53:33 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/160001
4 years, 10 months ago (2016-02-17 15:00:11 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/11119)
4 years, 10 months ago (2016-02-17 15:02:44 UTC) #34
Michael Starzinger
LGTM. Nice!
4 years, 10 months ago (2016-02-17 15:11:45 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1698273003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1698273003/160001
4 years, 10 months ago (2016-02-17 15:12:22 UTC) #38
commit-bot: I haz the power
Committed patchset #6 (id:160001)
4 years, 10 months ago (2016-02-17 15:19:09 UTC) #40
commit-bot: I haz the power
4 years, 10 months ago (2016-02-17 15:20:02 UTC) #42
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/32b4bc138252d9773cc90b2d4aae78d98844bba1
Cr-Commit-Position: refs/heads/master@{#34083}

Powered by Google App Engine
This is Rietveld 408576698