[webkit-changes] [WebKit/WebKit] 9b2160: BitSet's storage method should return a span rathe...
Keith Miller
noreply at github.com
Tue Jan 21 11:42:00 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b21608a555d6e7e3902ddd176f9383f0dc6ba3d
https://github.com/WebKit/WebKit/commit/9b21608a555d6e7e3902ddd176f9383f0dc6ba3d
Author: Keith Miller <keith_miller at apple.com>
Date: 2025-01-21 (Tue, 21 Jan 2025)
Changed paths:
M Source/JavaScriptCore/jit/RegisterSet.h
M Source/JavaScriptCore/yarr/YarrJIT.cpp
M Source/JavaScriptCore/yarr/YarrJIT.h
M Source/WTF/wtf/BitSet.h
M Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm
Log Message:
-----------
BitSet's storage method should return a span rather than a raw pointer.
https://bugs.webkit.org/show_bug.cgi?id=286263
rdar://143269988
Reviewed by Justin Michaud.
Use span where possible to track the BitSet's backing storage.
* Source/JavaScriptCore/jit/RegisterSet.h:
* Source/JavaScriptCore/yarr/YarrJIT.cpp:
* Source/JavaScriptCore/yarr/YarrJIT.h:
(JSC::Yarr::YarrBoyerMooreData::tryReuseBoyerMooreBitmap const):
* Source/WTF/wtf/BitSet.h:
* Source/WebKit/UIProcess/Launcher/cocoa/ProcessLauncherCocoa.mm:
(WebKit::ProcessLauncher::finishLaunchingProcess):
Canonical link: https://commits.webkit.org/289192@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list