We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b98a4 commit 72dbc54Copy full SHA for 72dbc54
Source/JavaScriptCore/heap/FullGCActivityCallback.cpp
@@ -41,7 +41,7 @@ void FullGCActivityCallback::doCollection(VM& vm)
41
Heap& heap = vm.heap;
42
m_didGCRecently = false;
43
44
-#if !PLATFORM(IOS_FAMILY) || PLATFORM(MACCATALYST)
+#if (!PLATFORM(IOS_FAMILY) && !PLATFORM(WPE)) || PLATFORM(MACCATALYST)
45
MonotonicTime startTime = MonotonicTime::now();
46
if (MemoryPressureHandler::singleton().isUnderMemoryPressure() && heap.isPagedOut()) {
47
cancel();
0 commit comments