[webkit-changes] [WebKit/WebKit] 098c58: Drop CachePayload::data() in favor of span()
Chris Dumez
noreply at github.com
Mon Jul 1 22:33:03 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 098c58dd13bf40fc81971361162e21d05cb1f74a
https://github.com/WebKit/WebKit/commit/098c58dd13bf40fc81971361162e21d05cb1f74a
Author: Chris Dumez <cdumez at apple.com>
Date: 2024-07-01 (Mon, 01 Jul 2024)
Changed paths:
M Source/JavaScriptCore/runtime/CachePayload.h
M Source/JavaScriptCore/runtime/CachedBytecode.h
M Source/JavaScriptCore/runtime/CachedTypes.cpp
Log Message:
-----------
Drop CachePayload::data() in favor of span()
https://bugs.webkit.org/show_bug.cgi?id=276051
Reviewed by Darin Adler.
* Source/JavaScriptCore/runtime/CachePayload.h:
* Source/JavaScriptCore/runtime/CachedBytecode.h:
(JSC::CachedBytecode::span const):
(JSC::CachedBytecode::data const): Deleted.
* Source/JavaScriptCore/runtime/CachedTypes.cpp:
(JSC::Decoder::offsetOf):
(JSC::Decoder::ptrForOffsetFromBase):
(JSC::decodeCodeBlockImpl):
(JSC::isCachedBytecodeStillValid):
Canonical link: https://commits.webkit.org/280565@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