DescriptionAllocation tracker: add separate entry for allocations via V8 API
When object is creating via native V8 API calls JS callstack is empty and the allocation is indistinguishable from say compiler allocations. This change adds a separate entry for such allocations.
Since FunctionInfo not necessarily corresponds to a heap object they are now referred to using their index in the list of all FunctionInfos.
BUG=chromium:277984
LOG=N
R=loislo@chromium.org, mstarzinger@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=19718
Patch Set 1 #
Total comments: 2
Patch Set 2 : Reverted v8globals.h changes #
Messages
Total messages: 6 (0 generated)
|