Title: [284184] branches/safari-613.1.5-branch/Source/_javascript_Core
- Revision
- 284184
- Author
- [email protected]
- Date
- 2021-10-14 11:46:10 -0700 (Thu, 14 Oct 2021)
Log Message
Cherry-pick r284137. rdar://problem/84266646
Clearly distinguish serial from concurrent WorkQueue
https://bugs.webkit.org/show_bug.cgi?id=231418
rdar://problem/84021977
Patch by Jean-Yves Avenard <[email protected]> on 2021-10-13
Reviewed by Chris Dumez.
Replace instances of WorkQueue being constructed as a concurrent one
with ConcurrentWorkQueue.
Remove the now unnecessary use of WorkQueue::Type::Serial in constructor.
* jit/ExecutableAllocator.cpp:
(JSC::dumpJITMemory):
* runtime/Watchdog.cpp:
(JSC::Watchdog::Watchdog):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284137 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Modified Paths
Diff
Modified: branches/safari-613.1.5-branch/Source/_javascript_Core/ChangeLog (284183 => 284184)
--- branches/safari-613.1.5-branch/Source/_javascript_Core/ChangeLog 2021-10-14 18:44:52 UTC (rev 284183)
+++ branches/safari-613.1.5-branch/Source/_javascript_Core/ChangeLog 2021-10-14 18:46:10 UTC (rev 284184)
@@ -1,3 +1,31 @@
+2021-10-14 Alan Coon <[email protected]>
+
+ Cherry-pick r284137. rdar://problem/84266646
+
+ Clearly distinguish serial from concurrent WorkQueue
+ https://bugs.webkit.org/show_bug.cgi?id=231418
+ rdar://problem/84021977
+
+ Patch by Jean-Yves Avenard <[email protected]> on 2021-10-13
+ Reviewed by Chris Dumez.
+
+ Replace instances of WorkQueue being constructed as a concurrent one
+ with ConcurrentWorkQueue.
+ Remove the now unnecessary use of WorkQueue::Type::Serial in constructor.
+
+ * jit/ExecutableAllocator.cpp:
+ (JSC::dumpJITMemory):
+ * runtime/Watchdog.cpp:
+ (JSC::Watchdog::Watchdog):
+
+ git-svn-id: https://svn.webkit.org/repository/webkit/trunk@284137 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+ 2021-10-13 Yusuke Suzuki <[email protected]>
+
+ Unreviewed, build fix with new clang
+
+ * wasm/WasmValueLocation.h:
+
2021-10-10 Sihui Liu <[email protected]>
Add support for iterating FileSystemDirectoryHandle
Modified: branches/safari-613.1.5-branch/Source/_javascript_Core/wasm/WasmValueLocation.h (284183 => 284184)
--- branches/safari-613.1.5-branch/Source/_javascript_Core/wasm/WasmValueLocation.h 2021-10-14 18:44:52 UTC (rev 284183)
+++ branches/safari-613.1.5-branch/Source/_javascript_Core/wasm/WasmValueLocation.h 2021-10-14 18:46:10 UTC (rev 284184)
@@ -57,8 +57,6 @@
u.reg = reg;
}
- ValueLocation(const ValueLocation&) = default;
-
static ValueLocation reg(Reg reg)
{
return ValueLocation(reg);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes