<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DFG string concatenation shouldn't be playing fast and loose with effects and OSR exit"
   href="https://bugs.webkit.org/show_bug.cgi?id=148338#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - DFG string concatenation shouldn't be playing fast and loose with effects and OSR exit"
   href="https://bugs.webkit.org/show_bug.cgi?id=148338">bug 148338</a>
              from <span class="vcard"><a class="email" href="mailto:fpizlo&#64;apple.com" title="Filip Pizlo &lt;fpizlo&#64;apple.com&gt;"> <span class="fn">Filip Pizlo</span></a>
</span></b>
        <pre>Proposal:

- ByteCodeParser uses a new node called StrCat that takes two or three arguments, and is basically a MakeRope with ToString rolled together.

- FixupPhase simplifies ValueAdd to MakeRope only if we can speculate that the inputs are strings.

- FixupPhase simplifies StrCat the same way it does for ValueAdd.</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>