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

Issue 1852213002: [interpreter] Add accumulator use description to bytecodes. (Closed)

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

Description

[interpreter] Add accumulator use description to bytecodes. Anotates bytecodes with a description of how each uses the accumulator. Validates annotations and uses of accumulator when generating bytecode handlers. Only prints the accumulator during tracing where used. BUG=v8:4280 LOG=N Committed: https://crrev.com/7f3442133e5fb34827fe05cf12e2d89c638cc606 Cr-Commit-Position: refs/heads/master@{#35281}

Patch Set 1 #

Total comments: 8

Patch Set 2 : Incorporate review comments #

Patch Set 3 : Rebase. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -217 lines) Patch
M src/interpreter/bytecode-traits.h View 11 chunks +20 lines, -18 lines 0 comments Download
M src/interpreter/bytecodes.h View 1 2 4 chunks +219 lines, -177 lines 0 comments Download
M src/interpreter/bytecodes.cc View 1 2 7 chunks +57 lines, -11 lines 0 comments Download
M src/interpreter/interpreter-assembler.h View 1 3 chunks +7 lines, -0 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 4 chunks +20 lines, -4 lines 0 comments Download
M src/runtime/runtime-interpreter.cc View 3 chunks +10 lines, -5 lines 0 comments Download
M test/unittests/interpreter/bytecodes-unittest.cc View 1 chunk +35 lines, -0 lines 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.h View 1 chunk +1 line, -1 line 0 comments Download
M test/unittests/interpreter/interpreter-assembler-unittest.cc View 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
oth
Ross, PTAL, thanks.
4 years, 8 months ago (2016-04-04 09:27:56 UTC) #2
rmcilroy
LGTM https://codereview.chromium.org/1852213002/diff/1/src/interpreter/bytecodes.h File src/interpreter/bytecodes.h (right): https://codereview.chromium.org/1852213002/diff/1/src/interpreter/bytecodes.h#newcode253 src/interpreter/bytecodes.h:253: kWrite = 2, Nit - could you make ...
4 years, 8 months ago (2016-04-05 12:59:23 UTC) #3
oth
Thanks, comments incorporated. https://codereview.chromium.org/1852213002/diff/1/src/interpreter/bytecodes.h File src/interpreter/bytecodes.h (right): https://codereview.chromium.org/1852213002/diff/1/src/interpreter/bytecodes.h#newcode253 src/interpreter/bytecodes.h:253: kWrite = 2, On 2016/04/05 12:59:22, ...
4 years, 8 months ago (2016-04-05 14:12:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1852213002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1852213002/60001
4 years, 8 months ago (2016-04-06 07:34:16 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-06 07:57:45 UTC) #8
commit-bot: I haz the power
4 years, 8 months ago (2016-04-06 07:58:06 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7f3442133e5fb34827fe05cf12e2d89c638cc606
Cr-Commit-Position: refs/heads/master@{#35281}

Powered by Google App Engine
This is Rietveld 408576698