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

Issue 1257543003: [Interpreter] Add more bytecode definitions and add operand types. (Closed)

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

Description

[Interpreter] Add more bytecode definitions and add operand types. BUG=v8:4280 LOG=N Committed: https://crrev.com/4da6cbd9ee4f4546072ce878fd9ccd72f3fb532d Cr-Commit-Position: refs/heads/master@{#29934}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Incorporate comments on patch set 1. #

Patch Set 3 : Preprocessor robust method of describing bytecode operands. #

Total comments: 30

Patch Set 4 : Attempt to address patch set 3 comments. #

Total comments: 18

Patch Set 5 : Address comments on patch set 4. #

Patch Set 6 : Nits. #

Patch Set 7 : Rebase. #

Patch Set 8 : Fix comment. #

Patch Set 9 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+135 lines, -54 lines) Patch
M src/compiler/interpreter-assembler.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/interpreter-assembler.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 2 3 4 5 1 chunk +42 lines, -10 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 2 3 2 chunks +55 lines, -17 lines 0 comments Download
M src/interpreter/interpreter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 1 2 3 4 5 6 7 8 1 chunk +22 lines, -11 lines 0 comments Download
M src/objects.cc View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -6 lines 0 comments Download
M test/unittests/compiler/interpreter-assembler-unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 22 (6 generated)
oth
PTAL, thanks!
5 years, 5 months ago (2015-07-24 15:50:44 UTC) #2
rmcilroy
Not read through the whole thing yet, but a couple of comments / suggestions https://codereview.chromium.org/1257543003/diff/1/src/interpreter/bytecodes.cc ...
5 years, 5 months ago (2015-07-24 18:34:48 UTC) #3
oth
On 2015/07/24 18:34:48, rmcilroy wrote: > Not read through the whole thing yet, but a ...
5 years, 5 months ago (2015-07-24 22:39:50 UTC) #4
rmcilroy
+danno
5 years, 4 months ago (2015-07-27 07:47:14 UTC) #5
rmcilroy
This looks much better to me. A couple of comments, most of which are nits. ...
5 years, 4 months ago (2015-07-27 14:56:58 UTC) #6
oth
That's for the last round of comments, updated the patch. https://codereview.chromium.org/1257543003/diff/40001/src/compiler/interpreter-assembler.cc File src/compiler/interpreter-assembler.cc (right): https://codereview.chromium.org/1257543003/diff/40001/src/compiler/interpreter-assembler.cc#newcode92 ...
5 years, 4 months ago (2015-07-27 16:59:00 UTC) #7
oth
Missing comment. https://codereview.chromium.org/1257543003/diff/40001/src/interpreter/bytecodes.cc File src/interpreter/bytecodes.cc (right): https://codereview.chromium.org/1257543003/diff/40001/src/interpreter/bytecodes.cc#newcode19 src/interpreter/bytecodes.cc:19: { __VA_ARGS__ } \ On 2015/07/27 14:56:57, ...
5 years, 4 months ago (2015-07-27 17:09:53 UTC) #8
rmcilroy
lgtm once nits are addressed. https://codereview.chromium.org/1257543003/diff/40001/src/interpreter/bytecodes.cc File src/interpreter/bytecodes.cc (right): https://codereview.chromium.org/1257543003/diff/40001/src/interpreter/bytecodes.cc#newcode19 src/interpreter/bytecodes.cc:19: { __VA_ARGS__ } \ ...
5 years, 4 months ago (2015-07-28 08:58:12 UTC) #9
oth
Thanks, done a couple of exceptions (git cl format, work in other patch). https://codereview.chromium.org/1257543003/diff/60001/src/compiler/interpreter-assembler.h File ...
5 years, 4 months ago (2015-07-28 13:24:15 UTC) #10
oth
On 2015/07/28 08:58:12, rmcilroy (OOO until 10th Aug) wrote: > https://codereview.chromium.org/1257543003/diff/40001/src/interpreter/interpreter.cc#newcode57 > src/interpreter/interpreter.cc:57: void > ...
5 years, 4 months ago (2015-07-28 13:35:28 UTC) #11
oth
On 2015/07/28 13:35:28, oth wrote: > On 2015/07/28 08:58:12, rmcilroy (OOO until 10th Aug) wrote: ...
5 years, 4 months ago (2015-07-28 13:36:01 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1257543003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1257543003/140001
5 years, 4 months ago (2015-07-28 14:39:50 UTC) #15
commit-bot: I haz the power
Failed to apply patch for src/compiler/interpreter-assembler.cc: While running git apply --index -3 -p1; error: patch ...
5 years, 4 months ago (2015-07-30 09:11:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1257543003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1257543003/160001
5 years, 4 months ago (2015-07-30 13:33:09 UTC) #20
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 4 months ago (2015-07-30 13:57:03 UTC) #21
commit-bot: I haz the power
5 years, 4 months ago (2015-07-30 13:57:18 UTC) #22
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/4da6cbd9ee4f4546072ce878fd9ccd72f3fb532d
Cr-Commit-Position: refs/heads/master@{#29934}

Powered by Google App Engine
This is Rietveld 408576698