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

Issue 1806883002: [interpreter] Print name together with bytecode handler. (Closed)

Created:
4 years, 9 months ago by Michael Starzinger
Modified:
4 years, 9 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] Print name together with bytecode handler. This prints the mnemonic of the bytecode that a bytecode handler belongs to, whenever the handler is disassembled (not just during tracing). This can be helpful when debugging code in GDB or with the snapshot where the tracing is not available. R=rmcilroy@chromium.org Committed: https://crrev.com/ee30626d1a582a51fece28b3de81de1feaf4aa10 Cr-Commit-Position: refs/heads/master@{#34826}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -7 lines) Patch
M src/interpreter/interpreter.h View 1 1 chunk +3 lines, -1 line 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +16 lines, -4 lines 0 comments Download
M src/objects.cc View 2 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
Michael Starzinger
4 years, 9 months ago (2016-03-16 14:58:50 UTC) #1
rmcilroy
lgtm, thanks. https://codereview.chromium.org/1806883002/diff/1/src/interpreter/interpreter.h File src/interpreter/interpreter.h (right): https://codereview.chromium.org/1806883002/diff/1/src/interpreter/interpreter.h#newcode48 src/interpreter/interpreter.h:48: void TraceCodegen(Handle<Code> code); Could you add a ...
4 years, 9 months ago (2016-03-16 15:17:32 UTC) #2
Michael Starzinger
Thanks. Addressed comments. Landing. https://codereview.chromium.org/1806883002/diff/1/src/interpreter/interpreter.h File src/interpreter/interpreter.h (right): https://codereview.chromium.org/1806883002/diff/1/src/interpreter/interpreter.h#newcode48 src/interpreter/interpreter.h:48: void TraceCodegen(Handle<Code> code); On 2016/03/16 ...
4 years, 9 months ago (2016-03-16 15:21:47 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1806883002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1806883002/20001
4 years, 9 months ago (2016-03-16 16:10:51 UTC) #6
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 9 months ago (2016-03-16 16:22:14 UTC) #7
commit-bot: I haz the power
4 years, 9 months ago (2016-03-16 16:22:31 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ee30626d1a582a51fece28b3de81de1feaf4aa10
Cr-Commit-Position: refs/heads/master@{#34826}

Powered by Google App Engine
This is Rietveld 408576698