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

Issue 1633153002: [interpreter] Reduce move operations for wide register support. (Closed)

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

Description

[interpreter] Reduce move operations for wide register support. Introduces the concept of transfer direction to register operands. This enables the register translator to emit exactly the moves that a bytecode having it's register operands translated needs. BUG=v8:4280, v8:4675 LOG=N Committed: https://crrev.com/95bec7e7b1789d7903c4812c51716e09fe241a90 Cr-Commit-Position: refs/heads/master@{#33544}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Incorporate comments from rmcilroy on patch set 1 and fix rebase error. #

Patch Set 3 : Rebase #

Patch Set 4 : Remove RegisterOperandIsMovable from RegisterMover interface #

Unified diffs Side-by-side diffs Delta from patch set Stats (+510 lines, -456 lines) Patch
M src/compiler/interpreter-assembler.cc View 1 chunk +9 lines, -22 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 4 chunks +7 lines, -22 lines 0 comments Download
M src/interpreter/bytecode-array-iterator.cc View 1 chunk +1 line, -5 lines 0 comments Download
M src/interpreter/bytecodes.h View 8 chunks +50 lines, -27 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 5 chunks +63 lines, -6 lines 0 comments Download
M src/interpreter/register-translator.h View 1 2 3 3 chunks +7 lines, -8 lines 0 comments Download
M src/interpreter/register-translator.cc View 1 2 3 3 chunks +56 lines, -31 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 5 chunks +88 lines, -129 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 2 chunks +155 lines, -177 lines 0 comments Download
M test/unittests/compiler/interpreter-assembler-unittest.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M test/unittests/interpreter/bytecodes-unittest.cc View 3 chunks +40 lines, -2 lines 0 comments Download
M test/unittests/interpreter/register-translator-unittest.cc View 1 2 3 6 chunks +27 lines, -23 lines 0 comments Download

Messages

Total messages: 11 (4 generated)
oth
rmcilroy@chromium.org: Please review all the changes here. bmeurer@chromium.org: Please review changes in compiler. Thanks
4 years, 11 months ago (2016-01-26 16:27:17 UTC) #2
rmcilroy
lgtm once comments are addressed. https://codereview.chromium.org/1633153002/diff/1/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (left): https://codereview.chromium.org/1633153002/diff/1/src/interpreter/bytecode-array-builder.cc#oldcode411 src/interpreter/bytecode-array-builder.cc:411: operand_type != OperandType::kReg16) { ...
4 years, 11 months ago (2016-01-26 16:49:51 UTC) #3
oth
Thanks, comments incorporated. https://codereview.chromium.org/1633153002/diff/1/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (left): https://codereview.chromium.org/1633153002/diff/1/src/interpreter/bytecode-array-builder.cc#oldcode411 src/interpreter/bytecode-array-builder.cc:411: operand_type != OperandType::kReg16) { On 2016/01/26 ...
4 years, 11 months ago (2016-01-26 17:55:53 UTC) #4
Benedikt Meurer
LGTM on compiler.
4 years, 11 months ago (2016-01-27 10:14:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1633153002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1633153002/60001
4 years, 11 months ago (2016-01-27 11:14:03 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-27 11:15:30 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2016-01-27 11:16:06 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/95bec7e7b1789d7903c4812c51716e09fe241a90
Cr-Commit-Position: refs/heads/master@{#33544}

Powered by Google App Engine
This is Rietveld 408576698