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

New issue 1466 by [email protected]: NewGC: Profiling tool needs to work without code delete events.
http://code.google.com/p/v8/issues/detail?id=1466

Lazy and conservative sweeping means that we can't always produce code delete events when code objects die. Therefore we don't produce these events in the profiling logs. The profiling tools need to be modified to not need this data. Basically this means deleting code objects in the profiler's memory model when a new code object appears that overlaps one or more existing code objects.

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

Reply via email to