[webkit-changes] [WebKit/WebKit] eb73fc: Exclude Parser.cpp from being built as part of a u...

EWS noreply at github.com
Thu Feb 2 23:26:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: eb73fc333d55154922b9440cbb7e93836d32a413
      https://github.com/WebKit/WebKit/commit/eb73fc333d55154922b9440cbb7e93836d32a413
  Author: Mark Lam <mark.lam at apple.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

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

  Log Message:
  -----------
  Exclude Parser.cpp from being built as part of a unified file.
https://bugs.webkit.org/show_bug.cgi?id=251663
rdar://104992506

Reviewed by Yusuke Suzuki and Justin Michaud.

Parser.cpp is quite large, and under some circumstances, I've seen it cause the compiler to
appear to hang when compiling the unified file it got included in.  Excluding it from being
in a unified file resolved the hang.  This patch will apply this change.

* Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj:
* Source/JavaScriptCore/Sources.txt:

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




More information about the webkit-changes mailing list