Title: [161175] branches/jsCStack/Source/_javascript_Core
- Revision
- 161175
- Author
- [email protected]
- Date
- 2013-12-30 23:39:01 -0800 (Mon, 30 Dec 2013)
Log Message
CStack: the GC should not be assuming any limit on the stack size.
https://bugs.webkit.org/show_bug.cgi?id=126335.
Not yet reviewed.
* heap/ConservativeRoots.cpp:
(JSC::ConservativeRoots::genericAddSpan):
Modified Paths
Diff
Modified: branches/jsCStack/Source/_javascript_Core/ChangeLog (161174 => 161175)
--- branches/jsCStack/Source/_javascript_Core/ChangeLog 2013-12-31 07:22:21 UTC (rev 161174)
+++ branches/jsCStack/Source/_javascript_Core/ChangeLog 2013-12-31 07:39:01 UTC (rev 161175)
@@ -1,5 +1,15 @@
2013-12-30 Mark Lam <[email protected]>
+ CStack: the GC should not be assuming any limit on the stack size.
+ https://bugs.webkit.org/show_bug.cgi?id=126335.
+
+ Not yet reviewed.
+
+ * heap/ConservativeRoots.cpp:
+ (JSC::ConservativeRoots::genericAddSpan):
+
+2013-12-30 Mark Lam <[email protected]>
+
CStack: Introduce tracking of the top VMEntryScope.
https://bugs.webkit.org/show_bug.cgi?id=126334.
Modified: branches/jsCStack/Source/_javascript_Core/heap/ConservativeRoots.cpp (161174 => 161175)
--- branches/jsCStack/Source/_javascript_Core/heap/ConservativeRoots.cpp 2013-12-31 07:22:21 UTC (rev 161174)
+++ branches/jsCStack/Source/_javascript_Core/heap/ConservativeRoots.cpp 2013-12-31 07:39:01 UTC (rev 161175)
@@ -99,7 +99,6 @@
end = swapTemp;
}
- ASSERT((static_cast<char*>(end) - static_cast<char*>(begin)) < 0x1000000);
ASSERT(isPointerAligned(begin));
ASSERT(isPointerAligned(end));
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes