[Webkit-unassigned] [Bug 154835] Turn String.prototype.replace into an intrinsic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 29 13:50:31 PST 2016


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

Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |154836

--- Comment #1 from Filip Pizlo <fpizlo at apple.com> ---
My plan for this involves having StringPrototype.cpp directly export the operations functions that the DFG/FTL will call.

To do that, it needs access to the declarations in JITOperations.h.  In fact it needs to include that in StringPrototype.h in order to properly declare the operations functions.

So, this depends on this: https://bugs.webkit.org/show_bug.cgi?id=154836

-- 
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/20160229/2a2284ad/attachment.html>


More information about the webkit-unassigned mailing list