DescriptionHeapProfiler: provide human readable names for code objects.
It is very hard to understand the structure of the heap even for about:blank page
because code objects in the heap have no names. This patch propagates the names
for Code::STUB and Code::BUILTIN code objects.
Also it assign function names from SharedFunctionInfo to the code objects.
BUG=
R=alph@chromium.org, svenpanne@chromium.org, yurys@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=17486
Patch Set 1 #
Total comments: 2
Patch Set 2 : comments addressed #
Total comments: 2
Patch Set 3 : comments addressed #
Total comments: 4
Patch Set 4 : comments addressed #
Total comments: 16
Patch Set 5 : comments addressed #Patch Set 6 : comments addressed #Patch Set 7 : comments addressed #Patch Set 8 : style fix #
Messages
Total messages: 15 (0 generated)
|