<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - ShadowChicken should integrate with DFG's existing debug data about inlined tail calls"
   href="https://bugs.webkit.org/show_bug.cgi?id=155686">155686</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ShadowChicken should integrate with DFG's existing debug data about inlined tail calls
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>fpizlo&#64;apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Currently ShadowChicken will give you confusing information when there was inlining.  That's easy to fix.  ShadowChicken doesn't need to log anything about tail calls.  We can just use the DFG's existing InlineCallFrame meta-data to fill in the missing frames.

To do this well, we need to refactor StackVisitor.  There shouldn't be a thing called StackVisitor.  There should be a functor on CallFrame, and a full-fledged object like AbstractFrame.  AbstractFrame contains all of the data about a logical stack frame, i.e. either an inline frame or machine frame.  Then, ShadowChicken::Frame can just be replaced with AbstractFrame, and the CallFrame iteration functor would use it, too.</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>