Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 2520dbab9e5a68d7b0ed4bf669b024800f8dfae3
https://github.com/WebKit/WebKit/commit/2520dbab9e5a68d7b0ed4bf669b024800f8dfae3
Author: Chris Dumez <[email protected]>
Date: 2024-04-19 (Fri, 19 Apr 2024)
Changed paths:
M Source/JavaScriptCore/heap/Heap.cpp
M Source/JavaScriptCore/heap/HeapHelperPool.cpp
M Source/JavaScriptCore/jit/JITWorklistThread.cpp
M Source/JavaScriptCore/jit/JITWorklistThread.h
M Source/JavaScriptCore/runtime/VMTraps.cpp
M Source/JavaScriptCore/wasm/WasmWorklist.cpp
M Source/WTF/wtf/AutomaticThread.h
M Source/WTF/wtf/ParallelHelperPool.cpp
M Source/WTF/wtf/ParallelHelperPool.h
M Source/WTF/wtf/WorkerPool.cpp
Log Message:
-----------
Update AutomaticThread::name() to return an ASCIILiteral
https://bugs.webkit.org/show_bug.cgi?id=273001
Reviewed by Darin Adler.
Update AutomaticThread::name() to return an ASCIILiteral instead of
a raw pointer.
* Source/JavaScriptCore/heap/Heap.cpp:
* Source/JavaScriptCore/heap/HeapHelperPool.cpp:
(JSC::heapHelperPool):
* Source/JavaScriptCore/jit/JITWorklistThread.cpp:
(JSC::JITWorklistThread::name const):
* Source/JavaScriptCore/jit/JITWorklistThread.h:
* Source/JavaScriptCore/runtime/VMTraps.cpp:
* Source/JavaScriptCore/wasm/WasmWorklist.cpp:
* Source/WTF/wtf/AutomaticThread.h:
* Source/WTF/wtf/ParallelHelperPool.cpp:
(WTF::ParallelHelperPool::ParallelHelperPool):
* Source/WTF/wtf/ParallelHelperPool.h:
* Source/WTF/wtf/WorkerPool.cpp:
Canonical link: https://commits.webkit.org/277767@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes