Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 985e5f9eea6b97075684e8754db233d2b6bc2936
https://github.com/WebKit/WebKit/commit/985e5f9eea6b97075684e8754db233d2b6bc2936
Author: Yusuke Suzuki <[email protected]>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M Source/JavaScriptCore/runtime/TemporalInstant.h
Log Message:
-----------
[JSC] Make TemporalInstant always 16-byte aligned by setting
numberOfLowerTierPreciseCells = 0
https://bugs.webkit.org/show_bug.cgi?id=314535
rdar://176767367
Reviewed by Yijia Huang.
Setting numberOfLowerTierPreciseCells = 0 to ensure that TemporalInstant
is always 16-byte aligned. Then we can just use ExactTime without
`Packed<>` wrapper.
* Source/JavaScriptCore/runtime/TemporalInstant.h:
Canonical link: https://commits.webkit.org/313018@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications