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

Issue 1555713002: [Interpreter] Bytecodes for exchanging registers. (Closed)

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

Description

[Interpreter] Bytecodes for exchanging registers. New bytecodes for making registers with indicies wider than 1-byte accessible. BUG=v8:4280 LOG=N Committed: https://crrev.com/c958c98c4f11e386d4efc25da64b310e139bb62f Cr-Commit-Position: refs/heads/master@{#33091}

Patch Set 1 #

Patch Set 2 : One more test. #

Total comments: 20

Patch Set 3 : Rebase. #

Patch Set 4 : Incorporate comments from rmcilroy on patch set 2. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -31 lines) Patch
M src/compiler/bytecode-graph-builder.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/bytecode-graph-builder.cc View 1 2 3 2 chunks +25 lines, -0 lines 0 comments Download
M src/compiler/interpreter-assembler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/interpreter-assembler.cc View 2 chunks +56 lines, -7 lines 0 comments Download
M src/interpreter/bytecode-array-builder.h View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 2 3 4 chunks +45 lines, -1 line 0 comments Download
M src/interpreter/bytecode-array-iterator.cc View 2 chunks +7 lines, -6 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 2 3 4 chunks +9 lines, -9 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 2 3 4 chunks +30 lines, -2 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 2 chunks +112 lines, -1 line 0 comments Download
M test/unittests/compiler/interpreter-assembler-unittest.h View 1 chunk +1 line, -0 lines 0 comments Download
M test/unittests/compiler/interpreter-assembler-unittest.cc View 2 chunks +45 lines, -0 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 2 chunks +10 lines, -3 lines 0 comments Download
M test/unittests/interpreter/bytecodes-unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 13 (4 generated)
oth
First of two part change introducing a register window in the bytecode generation path so ...
4 years, 11 months ago (2016-01-04 11:12:50 UTC) #2
Benedikt Meurer
LGTM on compiler.
4 years, 11 months ago (2016-01-04 11:19:41 UTC) #3
rmcilroy
Looks good overall, a couple of comments. https://codereview.chromium.org/1555713002/diff/20001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1555713002/diff/20001/src/compiler/bytecode-graph-builder.cc#newcode175 src/compiler/bytecode-graph-builder.cc:175: interpreter::Register r0, ...
4 years, 11 months ago (2016-01-04 11:54:54 UTC) #4
oth
On 2016/01/04 11:54:54, rmcilroy wrote: > Looks good overall, a couple of comments. > > ...
4 years, 11 months ago (2016-01-04 13:37:48 UTC) #5
oth
Thanks, missed attaching the comments. https://codereview.chromium.org/1555713002/diff/20001/src/compiler/bytecode-graph-builder.cc File src/compiler/bytecode-graph-builder.cc (right): https://codereview.chromium.org/1555713002/diff/20001/src/compiler/bytecode-graph-builder.cc#newcode175 src/compiler/bytecode-graph-builder.cc:175: interpreter::Register r0, interpreter::Register r1) ...
4 years, 11 months ago (2016-01-04 14:01:42 UTC) #6
rmcilroy
lgtm
4 years, 11 months ago (2016-01-04 14:53:55 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1555713002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1555713002/80001
4 years, 11 months ago (2016-01-04 16:45:03 UTC) #10
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 11 months ago (2016-01-04 17:38:21 UTC) #11
commit-bot: I haz the power
4 years, 11 months ago (2016-01-04 17:38:36 UTC) #13
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/c958c98c4f11e386d4efc25da64b310e139bb62f
Cr-Commit-Position: refs/heads/master@{#33091}

Powered by Google App Engine
This is Rietveld 408576698