Title: [150401] trunk/Source/_javascript_Core
- Revision
- 150401
- Author
- [email protected]
- Date
- 2013-05-20 20:13:12 -0700 (Mon, 20 May 2013)
Log Message
Disable SuperRegion
https://bugs.webkit.org/show_bug.cgi?id=116362
Rubber stamped by Geoff Garen.
* heap/Region.h:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (150400 => 150401)
--- trunk/Source/_javascript_Core/ChangeLog 2013-05-21 02:39:34 UTC (rev 150400)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-05-21 03:13:12 UTC (rev 150401)
@@ -1,3 +1,12 @@
+2013-05-20 Mark Hahnenberg <[email protected]>
+
+ Disable SuperRegion
+ https://bugs.webkit.org/show_bug.cgi?id=116362
+
+ Rubber stamped by Geoff Garen.
+
+ * heap/Region.h:
+
2013-05-20 Oliver Hunt <[email protected]>
Make C API more robust against null contexts
Modified: trunk/Source/_javascript_Core/heap/Region.h (150400 => 150401)
--- trunk/Source/_javascript_Core/heap/Region.h 2013-05-21 02:39:34 UTC (rev 150400)
+++ trunk/Source/_javascript_Core/heap/Region.h 2013-05-21 03:13:12 UTC (rev 150401)
@@ -34,6 +34,8 @@
#define HEAP_MEMORY_ID reinterpret_cast<void*>(static_cast<intptr_t>(-3))
+#define ENABLE_SUPER_REGION 0
+
#ifndef ENABLE_SUPER_REGION
#if USE(JSVALUE64)
#define ENABLE_SUPER_REGION 1
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes