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

Issue 9858010: Complete switch to SnapshotObjectId. (Closed)

Created:
8 years, 9 months ago by loislo
Modified:
8 years, 9 months ago
CC:
yurys, alexeif
Visibility:
Public.

Description

Complete switch to SnapshotObjectId. BUG=none TEST=test-heap-profiler

Patch Set 1 #

Total comments: 1

Patch Set 2 : static_cast changed to int32_t #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -24 lines) Patch
M include/v8-profiler.h View 3 chunks +3 lines, -2 lines 0 comments Download
M src/api.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 5 chunks +19 lines, -19 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
loislo
8 years, 9 months ago (2012-03-26 10:34:23 UTC) #1
mnaganov (inactive)
https://chromiumcodereview.appspot.com/9858010/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://chromiumcodereview.appspot.com/9858010/diff/1/test/cctest/test-heap-profiler.cc#newcode350 test/cctest/test-heap-profiler.cc:350: #define CHECK_EQ_SNAPSHOT_OBJECT_ID(a, b) \ Have you considered simply using ...
8 years, 9 months ago (2012-03-26 10:46:25 UTC) #2
loislo
static_cast<int64_t> was changed to static_cast<int32_t>
8 years, 9 months ago (2012-03-26 12:17:45 UTC) #3
mnaganov (inactive)
8 years, 9 months ago (2012-03-26 12:37:53 UTC) #4
LGTM with a comment

https://chromiumcodereview.appspot.com/9858010/diff/2002/test/cctest/test-hea...
File test/cctest/test-heap-profiler.cc (right):

https://chromiumcodereview.appspot.com/9858010/diff/2002/test/cctest/test-hea...
test/cctest/test-heap-profiler.cc:347: // Trying to introduce a check helper for
uint64_t causes many
Please update the comment.

Powered by Google App Engine
This is Rietveld 408576698