[Webkit-unassigned] [Bug 148338] DFG string concatenation shouldn't be playing fast and loose with effects and OSR exit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 15:53:40 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=148338

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150821/96f0d0dc/attachment.html>


More information about the webkit-unassigned mailing list