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

Issue 3531005: Fix HeapSnapshotsDiff test, diff implementation, and a bug introduced (Closed)

Created:
10 years, 2 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Fix HeapSnapshotsDiff test, diff implementation, and a bug introduced during snapshot size optimization. Sorry, now I figured out that the diff implementation itself was also incorrect. Reachable nodes must be filtered from the beginning, otherwise, an object that is already disconnected, but not discarded yet, will not appear as a deleted (thankfully, this bug for some reason had appeared on the x64 port.) BUG=868 TEST=HeapSnapshotRootPreservedAfterSorting Committed: http://code.google.com/p/v8/source/detail?r=5570

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -37 lines) Patch
M src/profile-generator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/profile-generator.cc View 6 chunks +21 lines, -28 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -5 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 4 chunks +16 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mnaganov (inactive)
10 years, 2 months ago (2010-09-30 14:45:30 UTC) #1
Søren Thygesen Gjesse
10 years, 2 months ago (2010-10-01 07:06:18 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698