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

Issue 9466014: Remove now unused CalculateExactRetainedSize function & сo. (Closed)

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

Description

Remove now unused CalculateExactRetainedSize function & co. This patch changes the signature of the v8::HeapGraphNode::GetRetainedSize method, but it's not used in Chromium, and it should be easy for other clients (if any) to adjust to this change. BUG=none TEST=none Committed: https://code.google.com/p/v8/source/detail?r=10846

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added back the reachability test. #

Patch Set 3 : Fix the ASSERT issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -173 lines) Patch
M include/v8-profiler.h View 1 chunk +1 line, -7 lines 0 comments Download
M src/api.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/profile-generator.h View 1 2 5 chunks +6 lines, -28 lines 0 comments Download
M src/profile-generator.cc View 11 chunks +19 lines, -117 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 4 chunks +30 lines, -19 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
alexeif
Misha, Could you please take a look. Thank you!
8 years, 10 months ago (2012-02-24 18:00:28 UTC) #1
mnaganov (inactive)
https://chromiumcodereview.appspot.com/9466014/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (left): https://chromiumcodereview.appspot.com/9466014/diff/1/test/cctest/test-heap-profiler.cc#oldcode110 test/cctest/test-heap-profiler.cc:110: CHECK(det.has_A2); I'm against removing this code. It checks that ...
8 years, 10 months ago (2012-02-24 23:19:50 UTC) #2
alexeif
Thanks for the review. Added it back. https://chromiumcodereview.appspot.com/9466014/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (left): https://chromiumcodereview.appspot.com/9466014/diff/1/test/cctest/test-heap-profiler.cc#oldcode110 test/cctest/test-heap-profiler.cc:110: CHECK(det.has_A2); On ...
8 years, 10 months ago (2012-02-27 11:57:25 UTC) #3
mnaganov (inactive)
On 2012/02/27 11:57:25, alexeif wrote: > Thanks for the review. Added it back. > > ...
8 years, 10 months ago (2012-02-27 14:22:47 UTC) #4
alexeif
8 years, 10 months ago (2012-02-27 15:25:27 UTC) #5
mnaganov (inactive)
8 years, 10 months ago (2012-02-27 15:40:49 UTC) #6
LGTM, landing.

Powered by Google App Engine
This is Rietveld 408576698