Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 0eb95060b05e7570e35914ef402f8bf0fb6dc3bb https://github.com/WebKit/WebKit/commit/0eb95060b05e7570e35914ef402f8bf0fb6dc3bb Author: Simon Fraser <simon.fra...@apple.com> Date: 2025-04-26 (Sat, 26 Apr 2025)
Changed paths: M Source/WebCore/platform/graphics/ComplexTextController.h M Source/WebCore/platform/graphics/coretext/ComplexTextControllerCoreText.mm Log Message: ----------- Add some inline vector capacity in ComplexTextController https://bugs.webkit.org/show_bug.cgi?id=292102 rdar://150112472 Reviewed by Alan Baradlay. * Source/WebCore/platform/graphics/ComplexTextController.h: Inline capacity for m_coreTextLines; value chosen after browsing some common web pages. * Source/WebCore/platform/graphics/coretext/ComplexTextControllerCoreText.mm: (WebCore::ComplexTextController::ComplexTextRun::ComplexTextRun): We can use a generous amount of inline capacity on this stack Vector. Canonical link: https://commits.webkit.org/294159@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes