[webkit-changes] [WebKit/WebKit] 4ee19f: [WebAuthn] Turn off optimization for some other fi...

John Pascoe noreply at github.com
Mon Sep 19 15:40:39 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4ee19f3de0a78dc74ccb4e781b315fd7e61b8498
      https://github.com/WebKit/WebKit/commit/4ee19f3de0a78dc74ccb4e781b315fd7e61b8498
  Author: J Pascoe <j_pascoe at apple.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M Source/WebKit/Sources.txt
    M Source/WebKit/SourcesCocoa.txt
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  [WebAuthn] Turn off optimization for some other files to workaround LTO bug
https://bugs.webkit.org/show_bug.cgi?id=245365
rdar://99653067

Reviewed by Elliott Williams.

LTO optimization on these files ends up causing issues in some configurations,
so this patch disables optimization on those files until that is resolved. None
of them are hot paths.

* Source/WebKit/Sources.txt:
* Source/WebKit/SourcesCocoa.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/254648@main




More information about the webkit-changes mailing list