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

Issue 2336203002: [Interpreter] Add an unsigned immediate operand type (Closed)

Created:
4 years, 3 months ago by Leszek Swirski
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[Interpreter] Add an unsigned immediate operand type Committed: https://crrev.com/5a9eac3a640f6a610bf2aec2c6a31a2a1d679602 Cr-Commit-Position: refs/heads/master@{#39388}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -18 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/interpreter/bytecode-array-iterator.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-array-iterator.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-decoder.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecodes.h View 3 chunks +5 lines, -5 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 chunk +8 lines, -0 lines 0 comments Download
M test/cctest/interpreter/bytecode-expectations-printer.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 23 (12 generated)
Leszek Swirski
4 years, 3 months ago (2016-09-13 10:39:31 UTC) #2
klaasb
lgtm, except for single comment https://codereview.chromium.org/2336203002/diff/1/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/2336203002/diff/1/src/interpreter/interpreter.cc#newcode2013 src/interpreter/interpreter.cc:2013: Node* slots = __ ...
4 years, 3 months ago (2016-09-13 10:54:40 UTC) #3
rmcilroy
Please also update BytecodeArrayIterator, thanks. https://codereview.chromium.org/2336203002/diff/1/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (right): https://codereview.chromium.org/2336203002/diff/1/src/interpreter/bytecode-array-builder.cc#newcode785 src/interpreter/bytecode-array-builder.cc:785: // TODO(leszeks): Check constant ...
4 years, 3 months ago (2016-09-13 12:05:57 UTC) #8
rmcilroy
On 2016/09/13 12:05:57, rmcilroy wrote: > Please also update BytecodeArrayIterator, thanks. and bytecode-expectations-printer.cc please.
4 years, 3 months ago (2016-09-13 12:08:54 UTC) #9
Leszek Swirski
Thanks, all done. https://codereview.chromium.org/2336203002/diff/1/src/interpreter/bytecode-array-builder.cc File src/interpreter/bytecode-array-builder.cc (right): https://codereview.chromium.org/2336203002/diff/1/src/interpreter/bytecode-array-builder.cc#newcode785 src/interpreter/bytecode-array-builder.cc:785: // TODO(leszeks): Check constant pool index. ...
4 years, 3 months ago (2016-09-13 14:03:23 UTC) #10
Leszek Swirski
mstarzinger@chromium.org: Please review changes in
4 years, 3 months ago (2016-09-13 14:05:59 UTC) #12
Michael Starzinger
LGTM (rubber-stamp of "compiler", didn't review the rest).
4 years, 3 months ago (2016-09-13 14:13:52 UTC) #13
rmcilroy
LGTM, thanks.
4 years, 3 months ago (2016-09-13 14:21:50 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2336203002/20001
4 years, 3 months ago (2016-09-13 14:22:45 UTC) #20
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-13 14:48:43 UTC) #21
commit-bot: I haz the power
4 years, 3 months ago (2016-09-13 14:49:17 UTC) #23
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/5a9eac3a640f6a610bf2aec2c6a31a2a1d679602
Cr-Commit-Position: refs/heads/master@{#39388}

Powered by Google App Engine
This is Rietveld 408576698