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

Issue 2100793003: [interpreter] Streamline bytecode array writing. (Closed)

Created:
4 years, 5 months ago by oth
Modified:
4 years, 5 months ago
Reviewers:
rmcilroy
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] Streamline bytecode array writing. Simplify bytecode array writing and remove some now unused bytecode traits definitions. BUG=v8:4280 LOG=N Committed: https://crrev.com/3bc6cc4feeddbae321b2b42b9237fb9be62041de Cr-Commit-Position: refs/heads/master@{#37321}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Incorporate review comments. #

Patch Set 3 : Incorporate comment. #

Total comments: 1

Patch Set 4 : Incorporate review comment for blatant stupidity. #

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -201 lines) Patch
M src/interpreter/bytecode-array-writer.h View 1 2 3 4 1 chunk +7 lines, -0 lines 0 comments Download
M src/interpreter/bytecode-array-writer.cc View 1 2 3 chunks +33 lines, -27 lines 0 comments Download
M src/interpreter/bytecode-pipeline.h View 1 chunk +1 line, -2 lines 0 comments Download
M src/interpreter/bytecode-register-optimizer.cc View 1 1 chunk +13 lines, -16 lines 0 comments Download
M src/interpreter/bytecode-traits.h View 10 chunks +0 lines, -89 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 2 chunks +3 lines, -8 lines 0 comments Download
M src/interpreter/bytecodes.cc View 3 chunks +4 lines, -32 lines 0 comments Download
M test/unittests/interpreter/bytecodes-unittest.cc View 1 chunk +0 lines, -27 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 20 (8 generated)
oth
Ross, PTAL. There are some mildly positive deltas in the perf try jobs for octane-noopt. ...
4 years, 5 months ago (2016-06-27 13:26:33 UTC) #2
rmcilroy
https://codereview.chromium.org/2100793003/diff/1/src/interpreter/bytecode-array-writer.cc File src/interpreter/bytecode-array-writer.cc (right): https://codereview.chromium.org/2100793003/diff/1/src/interpreter/bytecode-array-writer.cc#newcode210 src/interpreter/bytecode-array-writer.cc:210: for (int i = 0; i < operand_count; ++i) ...
4 years, 5 months ago (2016-06-27 14:03:48 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100793003/40001
4 years, 5 months ago (2016-06-27 18:52:39 UTC) #5
oth
Thanks, comments incorporated. PTAL. https://codereview.chromium.org/2100793003/diff/1/src/interpreter/bytecode-array-writer.cc File src/interpreter/bytecode-array-writer.cc (right): https://codereview.chromium.org/2100793003/diff/1/src/interpreter/bytecode-array-writer.cc#newcode210 src/interpreter/bytecode-array-writer.cc:210: for (int i = 0; ...
4 years, 5 months ago (2016-06-27 18:53:50 UTC) #6
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-27 19:16:58 UTC) #8
rmcilroy
lgtm https://codereview.chromium.org/2100793003/diff/40001/src/interpreter/bytecode-array-writer.h File src/interpreter/bytecode-array-writer.h (right): https://codereview.chromium.org/2100793003/diff/40001/src/interpreter/bytecode-array-writer.h#newcode42 src/interpreter/bytecode-array-writer.h:42: Bytecodes::kMaxOperands * sizeof(static_cast<size_t>(OperandSize::kLast)); I don't think you want ...
4 years, 5 months ago (2016-06-28 09:07:26 UTC) #9
oth
On 2016/06/28 09:07:26, rmcilroy wrote: > lgtm > > https://codereview.chromium.org/2100793003/diff/40001/src/interpreter/bytecode-array-writer.h > File src/interpreter/bytecode-array-writer.h (right): > ...
4 years, 5 months ago (2016-06-28 09:25:32 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2100793003/80001
4 years, 5 months ago (2016-06-28 09:34:18 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 5 months ago (2016-06-28 09:58:50 UTC) #14
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/2100793003/80001
4 years, 5 months ago (2016-06-28 10:02:19 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-06-28 10:04:25 UTC) #18
commit-bot: I haz the power
4 years, 5 months ago (2016-06-28 10:05:02 UTC) #20
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/3bc6cc4feeddbae321b2b42b9237fb9be62041de
Cr-Commit-Position: refs/heads/master@{#37321}

Powered by Google App Engine
This is Rietveld 408576698