Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 13c5aeda0703cc514a7ba78957d8362c0ba509e3
https://github.com/WebKit/WebKit/commit/13c5aeda0703cc514a7ba78957d8362c0ba509e3
Author: Yijia Huang <[email protected]>
Date: 2026-04-20 (Mon, 20 Apr 2026)
Changed paths:
M Source/JavaScriptCore/jsc.cpp
M Source/JavaScriptCore/wasm/debugger/WasmDebugServer.cpp
M Source/JavaScriptCore/wasm/debugger/WasmDebugServer.h
Log Message:
-----------
[JSC][WASM][Debugger] Remove DebugServer::stop() and State enum
https://bugs.webkit.org/show_bug.cgi?id=312704
rdar://175100088
Reviewed by Mark Lam.
stop() was called only at jsc process exit, where the OS reclaims all
sockets and threads anyway. Removing it lets the 4-value State enum
(Stopped/Starting/Running/Stopping) collapse to a single atomic bool
m_isInService, with isInService()/setIsInService() accessors using
acquire/release barriers.
Canonical link: https://commits.webkit.org/311608@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications