<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function allocation sinking shouldn't be performed on singleton functions"
   href="https://bugs.webkit.org/show_bug.cgi?id=144166#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function allocation sinking shouldn't be performed on singleton functions"
   href="https://bugs.webkit.org/show_bug.cgi?id=144166">bug 144166</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=144166#c5">comment #5</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=251587&amp;action=diff" name="attach_251587" title="Fix ChangeLog typos">attachment 251587</a> <a href="attachment.cgi?id=251587&amp;action=edit" title="Fix ChangeLog typos">[details]</a></span>
&gt; Fix ChangeLog typos
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=251587&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=251587&amp;action=review</a>
&gt; 
&gt; Holding off cq because the ChangeLog comment could be refined.
&gt; 
&gt; &gt; Source/JavaScriptCore/ChangeLog:14
&gt; &gt; +        watchpoints invalidating code that depends on it being a singleton).  According
&gt; &gt; +        to fpizlo, this happens to be sinkable right now, but things may not stay that
&gt; &gt; +        way in the future (e.g. it would not be the case for CreateActivation), and
&gt; &gt; +        fixing this now would help prevent hard-to-find bugs later in that case.
&gt; 
&gt; What won't stay that way in the future?  That singleton function allocations
&gt; are sinkable?
&gt; 
&gt; I think it's enough to say that we don't want to sink code that has effects
&gt; if we haven't done the work to prove that the effect wasn't observed. 
&gt; Object allocation sinking phase does no such analysis because it assumes
&gt; that the act of allocating is not effectful.</span >

OK, will simplify 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>