<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Heap Snapshot should be able to tell me if an object was collected"
   href="https://bugs.webkit.org/show_bug.cgi?id=163151#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Heap Snapshot should be able to tell me if an object was collected"
   href="https://bugs.webkit.org/show_bug.cgi?id=163151">bug 163151</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>When new snapshots are taken, we automatically remove GC'd objects from earlier snapshots. Since our main focus was on detecting leaked objects, the current UI is optimized for viewing objects that are still alive at the end of a recording (since that implicitly takes a snapshot).

We know the list of collected objects when we remove them from older snapshots. We could have a way of showing just the deleted objects. Likewise we could have a way to show all objects, alive and dead.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>