[Webkit-unassigned] [Bug 163663] RangeError with deep self recursion (Proper tail call)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 13:47:59 PDT 2016


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

Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |WORKSFORME

--- Comment #5 from Filip Pizlo <fpizlo at apple.com> ---
Ha!  And the supplied test case doesn't get RangeError if I just put "use strict" in it.

Gabe: please check that your code is in strict mode, or else according to the spec, you're not supposed to get tail calls.

-- 
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/20161019/14fcb581/attachment.html>


More information about the webkit-unassigned mailing list