[webkit-changes] [WebKit/WebKit] 7cf0e3: Unable to load a font face on nxp imx8mp platform

Pawel Lampe noreply at github.com
Thu Jul 18 01:25:14 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7cf0e3722de99a6fc09380aae193381be6733ebb
      https://github.com/WebKit/WebKit/commit/7cf0e3722de99a6fc09380aae193381be6733ebb
  Author: Pawel Lampe <plampe at igalia.com>
  Date:   2024-07-18 (Thu, 18 Jul 2024)

  Changed paths:
    M Source/WebCore/css/FontFace.cpp

  Log Message:
  -----------
  Unable to load a font face on nxp imx8mp platform
https://bugs.webkit.org/show_bug.cgi?id=276607

Reviewed by Fujii Hironori.

This PR marks `dataRequiresAsynchronousLoading` not to be optimized or reordered
thus avoiding the problems with loading font faces on ARM64 platform were GCC
compiler suffers from a bug that makes it optimize lambda captures too aggressively.

* Source/WebCore/css/FontFace.cpp:
(WebCore::FontFace::create):

Canonical link: https://commits.webkit.org/281080@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