Title: [220231] branches/safari-604-branch/Source/_javascript_Core/ChangeLog
Revision
220231
Author
matthew_han...@apple.com
Date
2017-08-03 13:28:00 -0700 (Thu, 03 Aug 2017)

Log Message

Cherry-pick r220144. rdar://problem/33692161

Modified Paths

Diff

Modified: branches/safari-604-branch/Source/_javascript_Core/ChangeLog (220230 => 220231)


--- branches/safari-604-branch/Source/_javascript_Core/ChangeLog	2017-08-03 20:27:58 UTC (rev 220230)
+++ branches/safari-604-branch/Source/_javascript_Core/ChangeLog	2017-08-03 20:28:00 UTC (rev 220231)
@@ -1,5 +1,28 @@
 2017-08-02  Jason Marcell  <jmarc...@apple.com>
 
+        Cherry-pick r220144. rdar://problem/33692161
+
+    2017-08-02  Saam Barati  <sbar...@apple.com>
+
+            On memory-constrained iOS devices, reduce the rate at which the JS heap grows before a GC to try to keep more memory available for the system
+            https://bugs.webkit.org/show_bug.cgi?id=175041
+            <rdar://problem/33659370>
+
+            Reviewed by Filip Pizlo.
+
+            The testing I have done shows that this new function is a ~10%
+            progression running JetStream on 1GB iOS devices. I've also tried
+            this on a few > 1GB iOS devices, and the testing shows this is either neutral
+            or a regression. Right now, we'll just enable this for <= 1GB devices
+            since it's a win. In the future, we might want to either look into
+            tweaking these parameters or coming up with a new function for > 1GB
+            devices.
+
+            * heap/Heap.cpp:
+            * runtime/Options.h:
+
+2017-08-02  Jason Marcell  <jmarc...@apple.com>
+
         Cherry-pick r220144. rdar://problem/33687404
 
     2017-08-02  Saam Barati  <sbar...@apple.com>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to