Status: Accepted
Owner: [email protected]
CC: [email protected],  [email protected]
Labels: Type-Bug Priority-Medium

New issue 2090 by [email protected]: Heap profiler might be missing some closure references
http://code.google.com/p/v8/issues/detail?id=2090

The function V8HeapExplorer::ExtractClosureReferences gets the context closed over by a JS function, gets the next outermost function context (inclusive), and records all references in that context.

This can skip arbitrarily many catch, harmony block, or with contexts. I'm not sure what the intended profiling behavior is.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to