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

Issue 10692058: Report "hidden properties" in heap profiler for fast properties case (Closed)

Created:
8 years, 5 months ago by yurys
Modified:
8 years, 5 months ago
CC:
v8-dev
Visibility:
Public.

Description

Report "hidden properties" in heap profiler for fast properties case BUG=v8:2212 TEST=cctest/test-heap-profiler/HiddenPropertiesFastCase Committed: https://code.google.com/p/v8/source/detail?r=11966

Patch Set 1 #

Total comments: 14

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -9 lines) Patch
M src/profile-generator.cc View 1 2 3 2 chunks +24 lines, -9 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
yurys
8 years, 5 months ago (2012-07-02 11:59:46 UTC) #1
Vyacheslav Egorov (Google)
lgtm http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc#newcode2189 src/profile-generator.cc:2189: if (k->length() > 0) { Consider comparing against ...
8 years, 5 months ago (2012-07-02 12:12:45 UTC) #2
mnaganov (inactive)
LGTM In the CL description, change "BUG=..." to "BUG=v8:..." otherwise it references a Chromium bug. ...
8 years, 5 months ago (2012-07-02 12:16:19 UTC) #3
alexeif
http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc#newcode2257 src/profile-generator.cc:2257: if (String::cast(k)->length() > 0) { Please consider comparing against ...
8 years, 5 months ago (2012-07-02 12:38:03 UTC) #4
yurys
http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc File src/profile-generator.cc (right): http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc#newcode2189 src/profile-generator.cc:2189: if (k->length() > 0) { On 2012/07/02 12:12:45, Vyacheslav ...
8 years, 5 months ago (2012-07-02 12:43:26 UTC) #5
yurys
8 years, 5 months ago (2012-07-02 12:45:51 UTC) #6
http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc
File src/profile-generator.cc (right):

http://codereview.chromium.org/10692058/diff/1/src/profile-generator.cc#newco...
src/profile-generator.cc:2257: if (String::cast(k)->length() > 0) {
On 2012/07/02 12:38:03, alexeif wrote:
> Please consider comparing against Heap::hidden_symbol here as well.

Done.

Powered by Google App Engine
This is Rietveld 408576698