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

Issue 1772403002: [Interpreter] Log code-creation events for bytecode handlers. (Closed)

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

Description

[Interpreter] Log code-creation events for bytecode handlers. BUG=v8:4280 LOG=N Committed: https://crrev.com/8447072d605f08f7b2c3f3415891648782d55c35 Cr-Commit-Position: refs/heads/master@{#34631}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Review. #

Total comments: 2

Patch Set 3 : Bytecode handlers should not appear in code serializer. #

Patch Set 4 : Rebasing before committing. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -60 lines) Patch
M src/compiler.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/interpreter.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M src/interpreter/interpreter-assembler.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/log.h View 2 chunks +58 lines, -57 lines 0 comments Download
M src/log.cc View 1 2 3 3 chunks +16 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M src/snapshot/code-serializer.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/snapshot/deserializer.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 38 (18 generated)
Stefano Sanfilippo
4 years, 9 months ago (2016-03-08 15:56:48 UTC) #2
Stefano Sanfilippo
https://codereview.chromium.org/1772403002/diff/1/src/log.h File src/log.h (right): https://codereview.chromium.org/1772403002/diff/1/src/log.h#newcode85 src/log.h:85: #define LOG_EVENTS_AND_TAGS_LIST(V) \ git cl format did this, sorry.
4 years, 9 months ago (2016-03-08 16:04:21 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772403002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772403002/1
4 years, 9 months ago (2016-03-08 16:21:24 UTC) #8
rmcilroy
Looks good from my point of view with two comments. I'll let Yang and / ...
4 years, 9 months ago (2016-03-08 16:21:57 UTC) #9
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_asan_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_asan_rel/builds/14862)
4 years, 9 months ago (2016-03-08 16:35:23 UTC) #11
Stefano Sanfilippo
https://codereview.chromium.org/1772403002/diff/1/src/interpreter/interpreter.h File src/interpreter/interpreter.h (right): https://codereview.chromium.org/1772403002/diff/1/src/interpreter/interpreter.h#newcode23 src/interpreter/interpreter.h:23: class Logger; On 2016/03/08 16:21:57, rmcilroy wrote: > unnecessary ...
4 years, 9 months ago (2016-03-08 17:22:29 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772403002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772403002/20001
4 years, 9 months ago (2016-03-08 17:22:55 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-08 18:10:16 UTC) #16
Yang
lgtm once comment is addressed. https://codereview.chromium.org/1772403002/diff/20001/src/snapshot/code-serializer.cc File src/snapshot/code-serializer.cc (right): https://codereview.chromium.org/1772403002/diff/20001/src/snapshot/code-serializer.cc#newcode74 src/snapshot/code-serializer.cc:74: case Code::BYTECODE_HANDLER: Please move ...
4 years, 9 months ago (2016-03-09 13:02:18 UTC) #17
Stefano Sanfilippo
https://codereview.chromium.org/1772403002/diff/20001/src/snapshot/code-serializer.cc File src/snapshot/code-serializer.cc (right): https://codereview.chromium.org/1772403002/diff/20001/src/snapshot/code-serializer.cc#newcode74 src/snapshot/code-serializer.cc:74: case Code::BYTECODE_HANDLER: On 2016/03/09 13:02:18, Yang wrote: > Please ...
4 years, 9 months ago (2016-03-09 14:41:44 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772403002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772403002/40001
4 years, 9 months ago (2016-03-09 14:42:39 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-09 15:04:51 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772403002/60001
4 years, 9 months ago (2016-03-09 16:02:57 UTC) #24
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 9 months ago (2016-03-09 16:31:48 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772403002/60001
4 years, 9 months ago (2016-03-09 16:34:28 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: v8_presubmit on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_presubmit/builds/12114)
4 years, 9 months ago (2016-03-09 16:37:20 UTC) #31
rmcilroy
LGTM, thanks.
4 years, 9 months ago (2016-03-09 16:47:53 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1772403002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1772403002/60001
4 years, 9 months ago (2016-03-09 16:49:07 UTC) #34
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 9 months ago (2016-03-09 16:51:08 UTC) #36
commit-bot: I haz the power
4 years, 9 months ago (2016-03-09 16:52:26 UTC) #38
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/8447072d605f08f7b2c3f3415891648782d55c35
Cr-Commit-Position: refs/heads/master@{#34631}

Powered by Google App Engine
This is Rietveld 408576698