[webkit-changes] [WebKit/WebKit] e1ddde: [JSC] Use build-id in Unix for versioning
Yusuke Suzuki
noreply at github.com
Tue Oct 1 11:11:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: e1ddde8449b099297c3f486057a4c38cf40a2f0f
https://github.com/WebKit/WebKit/commit/e1ddde8449b099297c3f486057a4c38cf40a2f0f
Author: Yusuke Suzuki <ysuzuki at apple.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M Source/JavaScriptCore/runtime/JSCBytecodeCacheVersion.cpp
Log Message:
-----------
[JSC] Use build-id in Unix for versioning
https://bugs.webkit.org/show_bug.cgi?id=280579
<rdar://problem/136915282>
Reviewed by Keith Miller.
This patch adds build-id value retrieval code for Unix so that we can
use SuperFastHash(build-id) for bytecode version.
* Source/JavaScriptCore/runtime/JSCBytecodeCacheVersion.cpp:
(JSC::computeJSCBytecodeCacheVersion):
Canonical link: https://commits.webkit.org/284495@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