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

Issue 9748007: HeapProfiler doesn't track array movements when it is shifting. (Closed)

Created:
8 years, 9 months ago by loislo
Modified:
8 years, 9 months ago
CC:
yurys, alexeif, Vyacheslav Egorov (Chromium)
Visibility:
Public.

Description

There is a trick for speed up array shift operation. This trick is confusing a bit the heap snapshoting code. Such a shiffted array will be interpreted as a new array in the second snapshot. BUG=none TEST=HeapEntryIdsAndArrayShift

Patch Set 1 #

Patch Set 2 : A test was added #

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

Messages

Total messages: 2 (0 generated)
loislo
8 years, 9 months ago (2012-03-20 12:27:45 UTC) #1
mnaganov (inactive)
8 years, 9 months ago (2012-03-20 12:29:24 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698