Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 346454388ab4972d48acfb027fb1079692e51f5c
https://github.com/WebKit/WebKit/commit/346454388ab4972d48acfb027fb1079692e51f5c
Author: Adrian Perez de Castro <[email protected]>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M Source/JavaScriptCore/bytecode/InlineCacheCompiler.h
Log Message:
-----------
REGRESSION(305877.408@webkitglib/2.52): [JSC] Fix IC prologue sizes for non
x86_64 architectures
Unreviewed.
When backporting 310870@main (a1426e112eee), resolving merge conflicts
picked the values for "prologueSizeInBytesDataIC" from the the "main"
branch, which are not correct for the 2.52 stable branch. This patch
restores the correct values for the branch.
The issue went inadverted due to the value for x86_64 being the same,
and testing for stable branch backports being done in that architecture.
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.h:
Restore correct values.
Canonical link: https://commits.webkit.org/305877.433@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications