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

Issue 1570623007: [Interpreter] Add support for CallRuntimeForPair to Bytecode Graph Builder. (Closed)

Created:
4 years, 11 months ago by rmcilroy
Modified:
4 years, 11 months ago
Reviewers:
oth, Jarin
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@int_eval
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Add support for CallRuntimeForPair to Bytecode Graph Builder. Adds support for the CallRuntimeForPair bytecode to the Bytecode Graph Builder. Modifies the FrameState support to allow updating of output registers. Also adds Eval tests to test-run-bytecode-graph-builder since these are enabled by CallRuntimeForPair support. BUG=v8:4280 LOG=N Committed: https://crrev.com/b261976cc018c0fb77429345c712afe5ad9c3959 Cr-Commit-Position: refs/heads/master@{#33186}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : Rebase #

Patch Set 3 : Address review comments. #

Patch Set 4 : Fix test flags #

Unified diffs Side-by-side diffs Delta from patch set Stats (+235 lines, -66 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 2 4 chunks +11 lines, -12 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 10 chunks +101 lines, -41 lines 0 comments Download
M test/cctest/compiler/test-run-bytecode-graph-builder.cc View 1 2 3 2 chunks +112 lines, -0 lines 0 comments Download
A + test/mjsunit/compiler/deopt-during-eval-lookup.js View 2 chunks +11 lines, -13 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 17 (7 generated)
rmcilroy
Jaro, Orion, please take a look, thanks.
4 years, 11 months ago (2016-01-08 11:47:24 UTC) #3
Jarin
lgtm. Thanks for removing the AccumulatorUpdateMode enum! https://codereview.chromium.org/1570623007/diff/20001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1570623007/diff/20001/src/compiler/bytecode-graph-builder.cc#newcode208 src/compiler/bytecode-graph-builder.cc:208: if (states) ...
4 years, 11 months ago (2016-01-08 12:32:55 UTC) #4
rmcilroy
https://codereview.chromium.org/1570623007/diff/20001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1570623007/diff/20001/src/compiler/bytecode-graph-builder.cc#newcode208 src/compiler/bytecode-graph-builder.cc:208: if (states) { On 2016/01/08 12:32:55, Jarin wrote: > ...
4 years, 11 months ago (2016-01-08 14:47:20 UTC) #5
oth
lgtm but ianae in this area.
4 years, 11 months ago (2016-01-08 14:56:00 UTC) #6
Jarin
On 2016/01/08 14:47:20, rmcilroy wrote: > Right, actually I think we should just use node->op()->ValueOutputCount() ...
4 years, 11 months ago (2016-01-08 15:02:57 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1570623007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1570623007/60001
4 years, 11 months ago (2016-01-08 15:17:46 UTC) #9
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/12168)
4 years, 11 months ago (2016-01-08 15:46:23 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1570623007/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1570623007/80001
4 years, 11 months ago (2016-01-08 16:05:45 UTC) #14
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 11 months ago (2016-01-08 16:40:37 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 16:41:04 UTC) #17
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/b261976cc018c0fb77429345c712afe5ad9c3959
Cr-Commit-Position: refs/heads/master@{#33186}

Powered by Google App Engine
This is Rietveld 408576698