Title: [200134] trunk/Source/_javascript_Core
- Revision
- 200134
- Author
- barraclo...@apple.com
- Date
- 2016-04-27 11:03:44 -0700 (Wed, 27 Apr 2016)
Log Message
Enable separated heap by default on ios
https://bugs.webkit.org/show_bug.cgi?id=156720
<rdar://problem/25841790>
Unreviewed rollout - caused memory regression.
* runtime/Options.cpp:
(JSC::recomputeDependentOptions):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (200133 => 200134)
--- trunk/Source/_javascript_Core/ChangeLog 2016-04-27 17:58:14 UTC (rev 200133)
+++ trunk/Source/_javascript_Core/ChangeLog 2016-04-27 18:03:44 UTC (rev 200134)
@@ -1,3 +1,14 @@
+2016-04-27 Gavin Barraclough <barraclo...@apple.com>
+
+ Enable separated heap by default on ios
+ https://bugs.webkit.org/show_bug.cgi?id=156720
+ <rdar://problem/25841790>
+
+ Unreviewed rollout - caused memory regression.
+
+ * runtime/Options.cpp:
+ (JSC::recomputeDependentOptions):
+
2016-04-27 Benjamin Poulain <bpoul...@apple.com>
Follow up for r200113 on 32bit
Modified: trunk/Source/_javascript_Core/runtime/Options.cpp (200133 => 200134)
--- trunk/Source/_javascript_Core/runtime/Options.cpp 2016-04-27 17:58:14 UTC (rev 200133)
+++ trunk/Source/_javascript_Core/runtime/Options.cpp 2016-04-27 18:03:44 UTC (rev 200134)
@@ -341,13 +341,6 @@
Options::useOSREntryToFTL() = false;
}
-#if PLATFORM(IOS) && !PLATFORM(IOS_SIMULATOR) && __IPHONE_OS_VERSION_MIN_REQUIRED >= 100000
- // Override globally for now. Longer term we'll just make the default
- // be to have this option enabled, and have platforms that don't support
- // it just silently use a single mapping.
- Options::useSeparatedWXHeap() = true;
-#endif
-
// Compute the maximum value of the reoptimization retry counter. This is simply
// the largest value at which we don't overflow the execute counter, when using it
// to left-shift the execution counter by this amount. Currently the value ends
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes