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

Issue 73893005: Add allocation tracker test for bumb pointer allocations (Closed)

Created:
7 years, 1 month ago by yurys
Modified:
7 years, 1 month ago
CC:
v8-dev, Alexandra Mikhaylova
Visibility:
Public.

Description

Add allocation tracker test for bumb pointer allocations Test that allocations which regularly happen inline in the generated code and create objects in bump pointer space will be recorded by the allocation tracker. BUG=chromium:277984 LOG=N R=loislo@chromium.org, mstarzinger@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17794

Patch Set 1 #

Total comments: 4

Patch Set 2 : Comments addressed #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -0 lines) Patch
M test/cctest/test-heap-profiler.cc View 1 2 1 chunk +81 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
yurys
7 years, 1 month ago (2013-11-15 13:23:07 UTC) #1
Michael Starzinger
LGTM. One optional suggestion. https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc#newcode2242 test/cctest/test-heap-profiler.cc:2242: " try {\n" I guess ...
7 years, 1 month ago (2013-11-15 13:38:39 UTC) #2
loislo
https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc#newcode2235 test/cctest/test-heap-profiler.cc:2235: static const char* inline_heap_allocation_source = I see no reason ...
7 years, 1 month ago (2013-11-15 13:44:14 UTC) #3
yurys
https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc#newcode2242 test/cctest/test-heap-profiler.cc:2242: " try {\n" On 2013/11/15 13:38:39, Michael Starzinger wrote: ...
7 years, 1 month ago (2013-11-15 13:48:06 UTC) #4
yurys
https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc File test/cctest/test-heap-profiler.cc (right): https://codereview.chromium.org/73893005/diff/1/test/cctest/test-heap-profiler.cc#newcode2235 test/cctest/test-heap-profiler.cc:2235: static const char* inline_heap_allocation_source = On 2013/11/15 13:44:15, loislo ...
7 years, 1 month ago (2013-11-15 14:32:26 UTC) #5
loislo
lgtm
7 years, 1 month ago (2013-11-15 14:40:58 UTC) #6
yurys
7 years, 1 month ago (2013-11-15 14:47:23 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 manually as r17794 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698