Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: eb73fc333d55154922b9440cbb7e93836d32a413
https://github.com/WebKit/WebKit/commit/eb73fc333d55154922b9440cbb7e93836d32a413
Author: Mark Lam <[email protected]>
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes