Title: [108268] trunk/Source/_javascript_Core
- Revision
- 108268
- Author
- [email protected]
- Date
- 2012-02-20 15:49:43 -0800 (Mon, 20 Feb 2012)
Log Message
Undoing accidental changes
* heap/Heap.cpp:
(JSC::Heap::collectAllGarbage):
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (108267 => 108268)
--- trunk/Source/_javascript_Core/ChangeLog 2012-02-20 23:42:11 UTC (rev 108267)
+++ trunk/Source/_javascript_Core/ChangeLog 2012-02-20 23:49:43 UTC (rev 108268)
@@ -1,5 +1,12 @@
2012-02-20 Mark Hahnenberg <[email protected]>
+ Undoing accidental changes
+
+ * heap/Heap.cpp:
+ (JSC::Heap::collectAllGarbage):
+
+2012-02-20 Mark Hahnenberg <[email protected]>
+
Factor out allocation in CopySpace into a separate CopyAllocator
https://bugs.webkit.org/show_bug.cgi?id=78610
Modified: trunk/Source/_javascript_Core/heap/Heap.cpp (108267 => 108268)
--- trunk/Source/_javascript_Core/heap/Heap.cpp 2012-02-20 23:42:11 UTC (rev 108267)
+++ trunk/Source/_javascript_Core/heap/Heap.cpp 2012-02-20 23:49:43 UTC (rev 108268)
@@ -767,8 +767,8 @@
{
if (!m_isSafeToCollect)
return;
- //if (!m_globalData->dynamicGlobalObject)
- // m_globalData->recompileAllJSFunctions();
+ if (!m_globalData->dynamicGlobalObject)
+ m_globalData->recompileAllJSFunctions();
collect(DoSweep);
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes