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

Issue 1851103002: Trace events corresponding to GCTracer scopes. (Closed)

Created:
4 years, 8 months ago by ulan
Modified:
4 years, 8 months ago
Reviewers:
Michael Lippautz
CC:
Hannes Payer (out of office), v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Trace events corresponding to GCTracer scopes. BUG=chromium:597310 LOG=NO Committed: https://crrev.com/2b9c99a861db72ab280b0d08d3b745b2140edc8e Cr-Commit-Position: refs/heads/master@{#35233}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Disable by default #

Total comments: 4

Patch Set 4 : Address comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+127 lines, -128 lines) Patch
M src/heap/gc-tracer.h View 1 2 2 chunks +62 lines, -50 lines 0 comments Download
M src/heap/gc-tracer.cc View 1 2 3 1 chunk +12 lines, -0 lines 0 comments Download
M src/heap/heap.cc View 11 chunks +17 lines, -25 lines 0 comments Download
M src/heap/mark-compact.cc View 21 chunks +36 lines, -53 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
ulan
PTAL. Now each GCTracer scope also creates events visible in chrome://tracing.
4 years, 8 months ago (2016-04-01 16:11:43 UTC) #2
Michael Lippautz
lgtm https://codereview.chromium.org/1851103002/diff/40001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/1851103002/diff/40001/src/heap/gc-tracer.cc#newcode48 src/heap/gc-tracer.cc:48: #define CASE(scope) \ undef CASE somewhere? https://codereview.chromium.org/1851103002/diff/40001/src/heap/gc-tracer.h File ...
4 years, 8 months ago (2016-04-04 09:49:39 UTC) #3
ulan
Thanks https://codereview.chromium.org/1851103002/diff/40001/src/heap/gc-tracer.cc File src/heap/gc-tracer.cc (right): https://codereview.chromium.org/1851103002/diff/40001/src/heap/gc-tracer.cc#newcode48 src/heap/gc-tracer.cc:48: #define CASE(scope) \ On 2016/04/04 at 09:49:39, Michael ...
4 years, 8 months ago (2016-04-04 09:58:42 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1851103002/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1851103002/60001
4 years, 8 months ago (2016-04-04 10:02:02 UTC) #7
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-04 10:41:22 UTC) #8
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/2b9c99a861db72ab280b0d08d3b745b2140edc8e Cr-Commit-Position: refs/heads/master@{#35233}
4 years, 8 months ago (2016-04-04 10:42:47 UTC) #10
Michael Achenbach
This crash happened after this CL: https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Win/builds/4264 Could you investigate if this is the cause ...
4 years, 8 months ago (2016-04-04 12:19:41 UTC) #11
Michael Achenbach
On 2016/04/04 12:19:41, Michael Achenbach (OOO) wrote: > This crash happened after this CL: > ...
4 years, 8 months ago (2016-04-04 12:20:19 UTC) #12
ulan
4 years, 8 months ago (2016-04-04 12:26:26 UTC) #13
Message was sent while issue was closed.
On 2016/04/04 at 12:20:19, machenbach wrote:
> On 2016/04/04 12:19:41, Michael Achenbach (OOO) wrote:
> > This crash happened after this CL:
> >
https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Win/builds/4264
> > 
> > Could you investigate if this is the cause or if there's another patch
before
> > that triggers it?
> 
> FYI: Stack:
> STDERR: 	v8::internal::NamedLoadHandlerCompiler::ComputeLoadNonexistent
[0x033AA783+147]
> STDERR: 	v8::internal::LoadIC::UpdateCaches [0x033B929E+126]
> STDERR: 	v8::internal::LoadIC::Load [0x033B06F5+805]
> STDERR: 	v8::internal::Runtime_LoadIC_Miss [0x033B437A+1194]

The change in CL is disabled by default, so the CL shouldn't change behavior.
Also the stack trace looks unrelated.

Powered by Google App Engine
This is Rietveld 408576698