Title: [193851] trunk/Source/_javascript_Core
Revision
193851
Author
[email protected]
Date
2015-12-09 11:58:28 -0800 (Wed, 09 Dec 2015)

Log Message

Update features.json w.r.t tail calls
https://bugs.webkit.org/show_bug.cgi?id=152072

Reviewed by Michael Saboff.

* features.json:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (193850 => 193851)


--- trunk/Source/_javascript_Core/ChangeLog	2015-12-09 19:57:29 UTC (rev 193850)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-12-09 19:58:28 UTC (rev 193851)
@@ -1,5 +1,14 @@
 2015-12-09  Saam barati  <[email protected]>
 
+        Update features.json w.r.t tail calls
+        https://bugs.webkit.org/show_bug.cgi?id=152072
+
+        Reviewed by Michael Saboff.
+
+        * features.json:
+
+2015-12-09  Saam barati  <[email protected]>
+
         we should emit op_watchdog after op_enter
         https://bugs.webkit.org/show_bug.cgi?id=151972
 

Modified: trunk/Source/_javascript_Core/features.json (193850 => 193851)


--- trunk/Source/_javascript_Core/features.json	2015-12-09 19:57:29 UTC (rev 193850)
+++ trunk/Source/_javascript_Core/features.json	2015-12-09 19:58:28 UTC (rev 193851)
@@ -288,7 +288,7 @@
     {
         "name": "Tail Calls",
         "status": {
-            "status": "In Development",
+            "status": "Done",
             "enabled-by-default": true
         },
         "url": "http://www.ecma-international.org/ecma-262/6.0/index.html#sec-tail-position-calls",
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to