Title: [90421] trunk/Source/_javascript_Core
- Revision
- 90421
- Author
- [email protected]
- Date
- 2011-07-05 17:31:57 -0700 (Tue, 05 Jul 2011)
Log Message
Initialize new MarkStack member
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (90420 => 90421)
--- trunk/Source/_javascript_Core/ChangeLog 2011-07-06 00:16:23 UTC (rev 90420)
+++ trunk/Source/_javascript_Core/ChangeLog 2011-07-06 00:31:57 UTC (rev 90421)
@@ -1,5 +1,12 @@
2011-07-05 Oliver Hunt <[email protected]>
+ Initialize new MarkStack member
+
+ * heap/MarkStack.h:
+ (JSC::MarkStack::MarkStack):
+
+2011-07-05 Oliver Hunt <[email protected]>
+
Don't throw out compiled code repeatedly
https://bugs.webkit.org/show_bug.cgi?id=63960
Modified: trunk/Source/_javascript_Core/heap/MarkStack.h (90420 => 90421)
--- trunk/Source/_javascript_Core/heap/MarkStack.h 2011-07-06 00:16:23 UTC (rev 90420)
+++ trunk/Source/_javascript_Core/heap/MarkStack.h 2011-07-06 00:31:57 UTC (rev 90421)
@@ -134,6 +134,7 @@
, m_isCheckingForDefaultMarkViolation(false)
, m_isDraining(false)
#endif
+ , m_shouldUnlinkCalls(false)
{
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes