<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Inline JSFunction allocation in FTL"
   href="https://bugs.webkit.org/show_bug.cgi?id=143851#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Inline JSFunction allocation in FTL"
   href="https://bugs.webkit.org/show_bug.cgi?id=143851">bug 143851</a>
              from <span class="vcard"><a class="email" href="mailto:basile_clement&#64;apple.com" title="Basile Clement &lt;basile_clement&#64;apple.com&gt;"> <span class="fn">Basile Clement</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=143851#c2">comment #2</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=250959&amp;action=diff" name="attach_250959" title="Tentative patch">attachment 250959</a> <a href="attachment.cgi?id=250959&amp;action=edit" title="Tentative patch">[details]</a></span>
&gt; Tentative patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=250959&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=250959&amp;action=review</a>
&gt; 
&gt; Looks good!
&gt; 
&gt; &gt; Source/JavaScriptCore/ftl/FTLLowerDFGToLLVM.cpp:2943
&gt; &gt; +        // We don't need memory barriers since we just fast-created the activation, so the
&gt; &gt; +        // activation must be young.
&gt; 
&gt; probably don't need this comment, or you can replace &quot;activation&quot; with
&gt; &quot;function&quot;</span >

It was there in the createCompileActivation() inlining, so I supposed it would make sense to have here as well. Good catch on &quot;activation&quot;/&quot;function&quot;, fixing that.</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>