Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9b21608a555d6e7e3902ddd176f9383f0dc6ba3d
https://github.com/WebKit/WebKit/commit/9b21608a555d6e7e3902ddd176f9383f0dc6ba3d
Author: Keith Miller <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes