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

Issue 290013004: Add support for ES6 Symbol in heap profiler (Closed)

Created:
6 years, 7 months ago by yurys
Modified:
6 years, 7 months ago
CC:
v8-dev, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add support for ES6 Symbol in heap profiler Heap profiler will create a node with name Symbol and type kSymbol. BUG=chromium:376194 LOG=Y R=loislo@chromium.org, yangguo@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=21433

Patch Set 1 #

Total comments: 2

Patch Set 2 : Symbol->symbol #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -14 lines) Patch
M include/v8-profiler.h View 1 chunk +14 lines, -13 lines 0 comments Download
M src/heap-snapshot-generator.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/heap-snapshot-generator.cc View 1 4 chunks +12 lines, -0 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
yurys
6 years, 7 months ago (2014-05-22 09:09:33 UTC) #1
loislo
lgtm
6 years, 7 months ago (2014-05-22 09:12:49 UTC) #2
Yang
https://codereview.chromium.org/290013004/diff/1/src/heap-snapshot-generator.cc File src/heap-snapshot-generator.cc (right): https://codereview.chromium.org/290013004/diff/1/src/heap-snapshot-generator.cc#newcode856 src/heap-snapshot-generator.cc:856: return AddEntry(object, HeapEntry::kSymbol, "Symbol"); We seem to use lower ...
6 years, 7 months ago (2014-05-22 09:16:51 UTC) #3
yurys
https://codereview.chromium.org/290013004/diff/1/src/heap-snapshot-generator.cc File src/heap-snapshot-generator.cc (right): https://codereview.chromium.org/290013004/diff/1/src/heap-snapshot-generator.cc#newcode856 src/heap-snapshot-generator.cc:856: return AddEntry(object, HeapEntry::kSymbol, "Symbol"); On 2014/05/22 09:16:51, Yang wrote: ...
6 years, 7 months ago (2014-05-22 11:07:02 UTC) #4
Yang
On 2014/05/22 11:07:02, yurys wrote: > https://codereview.chromium.org/290013004/diff/1/src/heap-snapshot-generator.cc > File src/heap-snapshot-generator.cc (right): > > https://codereview.chromium.org/290013004/diff/1/src/heap-snapshot-generator.cc#newcode856 > ...
6 years, 7 months ago (2014-05-22 11:17:08 UTC) #5
yurys
6 years, 7 months ago (2014-05-22 11:26:56 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r21433 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698