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

Issue 1392913002: [Interpreter] Adds shift operators to interpreter (Closed)

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

Description

[Interpreter] Adds shift operators to interpreter Adds support for following operators -Shift left -Shift right -Shift right logical Adds the above bytecodes, support to BytecodeGenerator and BytecodeArrayBuilder to enable it's use, it's implementation and tests. BUG=v8:4280 LOG=N Committed: https://crrev.com/aacc18f0532676b6fc0f6eec877f01069bb75174 Cr-Commit-Position: refs/heads/master@{#31205}

Patch Set 1 #

Patch Set 2 : rebased the patch #

Total comments: 4

Patch Set 3 : Fixed a problem in bytecode-array-builder-unittest.cc caused due to rebase #

Patch Set 4 : added additional tests for shift operators #

Patch Set 5 : fixed a typo in comment #

Total comments: 7

Patch Set 6 : Fixed a test for shift operators and comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+168 lines, -6 lines) Patch
M src/compiler/bytecode-graph-builder.cc View 1 1 chunk +18 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-builder.cc View 1 1 chunk +6 lines, -0 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 4 5 1 chunk +34 lines, -0 lines 0 comments Download
M test/cctest/interpreter/test-bytecode-generator.cc View 1 2 chunks +44 lines, -4 lines 0 comments Download
M test/cctest/interpreter/test-interpreter.cc View 1 2 3 4 5 3 chunks +58 lines, -2 lines 0 comments Download
M test/unittests/interpreter/bytecode-array-builder-unittest.cc View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (4 generated)
mythria
Hi, I added support for shift operators to interpreter. Could you please review my changes. ...
5 years, 2 months ago (2015-10-07 13:13:24 UTC) #2
oth
Overall looks very good. A couple of minor comments below. Thanks! https://codereview.chromium.org/1392913002/diff/20001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): ...
5 years, 2 months ago (2015-10-07 13:53:17 UTC) #3
mythria
I added additional tests for shift operators and updated the comments. Please let me know ...
5 years, 2 months ago (2015-10-08 14:33:44 UTC) #4
rmcilroy
Just comment nits, other than that lgtm, thanks! https://codereview.chromium.org/1392913002/diff/80001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/1392913002/diff/80001/src/interpreter/interpreter.cc#newcode380 src/interpreter/interpreter.cc:380: // ...
5 years, 2 months ago (2015-10-08 14:53:07 UTC) #5
oth
lgtm with additional comment on the doc comments. Thanks! https://codereview.chromium.org/1392913002/diff/80001/src/interpreter/interpreter.cc File src/interpreter/interpreter.cc (right): https://codereview.chromium.org/1392913002/diff/80001/src/interpreter/interpreter.cc#newcode380 src/interpreter/interpreter.cc:380: ...
5 years, 2 months ago (2015-10-08 16:11:38 UTC) #6
oth
lgtm with additional comment on the doc comments. Thanks!
5 years, 2 months ago (2015-10-08 16:14:10 UTC) #7
mythria
I added support for shift operators to the interpreter. Could you please review the changes. ...
5 years, 2 months ago (2015-10-08 17:34:39 UTC) #9
Michael Starzinger
LGTM.
5 years, 2 months ago (2015-10-12 09:23:48 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1392913002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1392913002/100001
5 years, 2 months ago (2015-10-12 10:23:52 UTC) #13
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years, 2 months ago (2015-10-12 10:45:27 UTC) #14
commit-bot: I haz the power
5 years, 2 months ago (2015-10-12 10:45:40 UTC) #15
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/aacc18f0532676b6fc0f6eec877f01069bb75174
Cr-Commit-Position: refs/heads/master@{#31205}

Powered by Google App Engine
This is Rietveld 408576698