Title: [284663] trunk/Source/_javascript_Core
Revision
284663
Author
[email protected]
Date
2021-10-21 19:15:01 -0700 (Thu, 21 Oct 2021)

Log Message

Remove an unused field: Heap::m_copyingRememberedSet.
https://bugs.webkit.org/show_bug.cgi?id=232119

Reviewed by Robin Morisset.

* heap/Heap.h:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (284662 => 284663)


--- trunk/Source/_javascript_Core/ChangeLog	2021-10-22 01:32:04 UTC (rev 284662)
+++ trunk/Source/_javascript_Core/ChangeLog	2021-10-22 02:15:01 UTC (rev 284663)
@@ -1,3 +1,12 @@
+2021-10-21  Mark Lam  <[email protected]>
+
+        Remove an unused field: Heap::m_copyingRememberedSet.
+        https://bugs.webkit.org/show_bug.cgi?id=232119
+
+        Reviewed by Robin Morisset.
+
+        * heap/Heap.h:
+
 2021-10-21  Yusuke Suzuki  <[email protected]>
 
         [JSC] Make GetTypedArrayLengthAsInt52 and GetTypedArrayByteOffsetAsInt52 NodeResultInt52

Modified: trunk/Source/_javascript_Core/heap/Heap.h (284662 => 284663)


--- trunk/Source/_javascript_Core/heap/Heap.h	2021-10-22 01:32:04 UTC (rev 284662)
+++ trunk/Source/_javascript_Core/heap/Heap.h	2021-10-22 02:15:01 UTC (rev 284663)
@@ -621,8 +621,6 @@
     size_t m_extraMemorySize { 0 };
     size_t m_deprecatedExtraMemorySize { 0 };
 
-    HashSet<const JSCell*> m_copyingRememberedSet;
-
     ProtectCountSet m_protectedValues;
     std::unique_ptr<HashSet<MarkedArgumentBufferBase*>> m_markListSet;
     SentinelLinkedList<MarkedJSValueRefArray, BasicRawSentinelNode<MarkedJSValueRefArray>> m_markedJSValueRefArrays;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to