Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ca8fccf37445855ac5896b534d53cf87203de7b4
https://github.com/WebKit/WebKit/commit/ca8fccf37445855ac5896b534d53cf87203de7b4
Author: Anne van Kesteren <[email protected]>
Date: 2026-01-18 (Sun, 18 Jan 2026)
Changed paths:
M Source/JavaScriptCore/assembler/AbstractMacroAssembler.h
M Source/JavaScriptCore/assembler/LinkBuffer.h
M Source/JavaScriptCore/jit/JITPlan.h
M Source/JavaScriptCore/jit/JITWorklist.cpp
M Source/JavaScriptCore/jit/JITWorklist.h
M Source/JavaScriptCore/jit/JITWorklistThread.cpp
M Source/JavaScriptCore/wasm/WasmCalleeGroup.cpp
Log Message:
-----------
Replace RefPtr with Ref in Vector in JSC, take 2
https://bugs.webkit.org/show_bug.cgi?id=305271
Reviewed by Keith Miller.
305422@main resulted in a ASan crash so now we use Vector's
removeAllMatching in JITWorklist to circumvent the issue.
Thanks to Claude AI for the suggestion.
Canonical link: https://commits.webkit.org/305779@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications