Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4f044fed5932476ffa6750e83b3cd6cd9771e339
https://github.com/WebKit/WebKit/commit/4f044fed5932476ffa6750e83b3cd6cd9771e339
Author: Antti Koivisto <[email protected]>
Date: 2026-01-10 (Sat, 10 Jan 2026)
Changed paths:
M Source/WebCore/layout/formattingContexts/inline/InlineLine.h
Log Message:
-----------
Reduce inline capacity of Line::RunList
https://bugs.webkit.org/show_bug.cgi?id=305254
rdar://167899413
Reviewed by Alan Baradlay.
It is unnecessarily large and multiple copies of it end up in stack.
Reducing it 10 -> 1 is perf neutral.
* Source/WebCore/layout/formattingContexts/inline/InlineLine.h:
Canonical link: https://commits.webkit.org/305409@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications